home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 March / Macworld (1998-03) (Disk 1).dmg / Shareware World / Info / For Developers / GhostScript 5.10 / MacGS-510 / doc / history3.txt < prev    next >
Text File  |  1996-09-23  |  304KB  |  8,285 lines

  1.    Copyright (C) 1996 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, history3.txt, describes the changes in older releases of
  21. Ghostscript numbered 3.n.  For more recent changes, see the NEWS file.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. Version 3.70 patch 1 (6/24/96)
  27. ====================
  28.  
  29. This contains a few last-minute patches before the release.
  30.  
  31. Procedures
  32. ----------
  33.  
  34. Comments out the color inkjet drivers in the cc-based makefile, because a
  35. bug in Sun's cc prevents them from compiling.  (cc-head.mak)
  36.  
  37. Drivers
  38. -------
  39.  
  40. Fixes bugs:
  41.     - The os2prn driver smashed memory.  (gdevos2p.c)
  42.     - Some initialized structures weren't declared 'static'.
  43. (gdevpdf.c, gdevpdfm.c)
  44.     - The PNG driver wouldn't compile with some older versions of the
  45. PNG library.  (gdevpng.c)
  46.  
  47. Version 3.70(limited) (6/23/96)
  48. =====================
  49.  
  50. This is the candidate fileset for 4.0.  Aside from one optimization for the
  51. PDF writer, the only changes are bug fixes.
  52.  
  53. Documentation
  54. -------------
  55.  
  56. Renames all the documentation files from *.doc to *.txt, since the .doc
  57. extension didn't give any information about the format of the file.
  58. (readme, *.doc, *.txt)
  59.  
  60. Notes that IJG JPEG library v6[a] is now required.  (jpeg.mak)
  61.  
  62. Brings ps2pdf.1 up to date.  (ps2pdf.1)
  63.  
  64. Adds a new file describing Aladdin's C coding practices.  (c-style.txt)
  65.  
  66. Updates the man pages to refer to version 4.0.  (gs.1, pdf2ps.1, ps2ascii.1,
  67. ps2pdf.1)
  68.  
  69. Procedures
  70. ----------
  71.  
  72. Changes some file names to fit within the MS-DOS 8.3 limit.  (gs.mak)
  73.  
  74. Adds the PDF writer to the remaining 32-bit configurations (Watcom, OS/2,
  75. MSC).  (watc.mak, watcwin.mak, os2.mak, msc.mak, msvcwint.mak)
  76.  
  77. Changes the -sFONTMAP= switch so it can take a list of font names, like a
  78. search path.  (use.txt)
  79.  
  80. Drivers
  81. -------
  82.  
  83. Fixes bugs:
  84.     - Signed and unsigned values were mixed inconsistently.  (gdevcdj.c)
  85.     - PDF files could contain e-format floating point numbers, which the
  86. PDF specification doesn't allow.  (gdevpdfx.h, gdevpdf*.c)
  87.     - The PDF writer didn't handle glyphshow properly.  (gs_pdfwr.ps)
  88.     - The PDF writer did the wrong thing with fonts whose FontMatrix had
  89. a non-zero translation component.  (gs_pdfwr.ps, gdevpdft.c)
  90.     - The stand-alone bounding box device could crash when setting
  91. parameters.  (gdevbbox.c)
  92.     - The mswinpr2 driver smashed memory.  (gdevwpr2.c)
  93.  
  94. Changes the PDF writer so that if it encounters a re-encoded character, it
  95. tries to map it to an encoded character in the standard (ISO Latin-1)
  96. encoding rather than converting the entire string containing it to a bitmap.
  97. This dramatically improves output file size for files with a few divergently
  98. encoded characters, but it may cause the text in the PDF file to differ from
  99. the text in the PostScript input.  (gdevpdft.c)
  100.  
  101. Disallows BitsPerPixel=16 in the MS Windows and OS/2 drivers, since this bit
  102. depth is not supported by Windows and would require special extra buffering.
  103. (install.txt, dwtext.h, dwtext.cpp, gdevmswn.c, gdevpm.c, gdevwpr2.c)
  104.  
  105. Platforms
  106. ---------
  107.  
  108. Fixes bugs:
  109.     - On the PC platforms, file names weren't changed to reflect the
  110. value of CONFIG.  (gs.mak, bc*.mak, ms*.mak, os2.mak, tc*.mak, watc*.mak,
  111. wccommon.mak)
  112.  
  113. Modifies some makefiles for greater reusability.  (bclib.mak, watclib.mak)
  114.  
  115. Fonts
  116. -----
  117.  
  118. Changes the font searching rules in the following NON-BACKWARD-COMPATIBLE
  119. way: (gs_fonts.ps, gs_res.ps)
  120.     - -sFONTMAP=files specifies a list of files containing fontmaps;
  121. previously, it specified only a single fontmap file.
  122.     - If -sFONTMAP= is not used, the interpreter reads the Fontmaps from
  123. *all* directories on the search path, and does so even if FONTPATH or
  124. GS_FONTPATH is set; previously, it read only the first Fontmap, and only if
  125. [GS_]FONTPATH was not set.
  126.     - Fontmap(s) take precedence over [GS_]FONTPATH; previously,
  127. [GS_]FONTPATH caused Fontmap to be ignored.  (You can still force Fontmap to
  128. be ignored with -dNOFONTMAP.)
  129.     - Earlier [GS_]FONTPATH entries take precedence over later;
  130. previously, later entries took precedence over earlier.  Note that this is
  131. different from Fontmap: earlier Fontmaps in the search path take precedence
  132. over later, but within a single Fontmap, later entries take precedence over
  133. earlier (for backward compatibility).
  134.     - [GS_]FONTPATH is consulted only if there is no Fontmap entry for a
  135. font, or no Fontmap entry leads to successful loading; previously,
  136. [GS_]FONTPATH was always consulted at startup.
  137.     - If loading a font fails, the interpreter tries the next Fontmap
  138. entry; previously, it fell back to font substitution.
  139.  
  140. Interpreter
  141. -----------
  142.  
  143. Fixes bugs:
  144.     - Filters didn't peek ahead for an EOD (see Streams below).
  145. (zfileio.c, zpaint.c)
  146.  
  147. Splits up a file to allow internal access to user and system parameters even
  148. in Level 1.  (zmisc2.c, zusparam.c)
  149.  
  150. Adds LIBPATH as a predefined name in systemdict.  Its value is an array of
  151. strings comprising the library search path.  (imain.c)
  152.  
  153. Interpreter (PDF)
  154. -----------------
  155.  
  156. Fixes bugs:
  157.     - A Dests dictionary entry with an array (rather than a dictionary)
  158. value caused an error.  (pdf_main.ps)
  159.     - Rotated pages could have incorrect translation and/or clipping.
  160. (pdf_main.ps)
  161.  
  162. Streams
  163. -------
  164.  
  165. Fixes bugs:
  166.     - If a buffer boundary fell just before an EOD, and the client read
  167. exactly as much data as was present before the EOD, filters didn't consume
  168. the EOD.  (This is required as a tricky consequence of the Adobe
  169. specification.)  (stream.h, strimpl.h, stream.c)
  170.  
  171. Library
  172. -------
  173.  
  174. Fixes bugs:
  175.     - An extra column of bits could get turned on at the right edge of
  176. masked or monochrome images.  (gximage2.c)
  177.     - Rasterizing very long curves could cause arithmetic errors or
  178. floating point overflows.  (gxpcopy.c)
  179.     - Banding with large line widths could truncate curves or introduce
  180. spurious lines.  (gxclpath.c)
  181.  
  182. Version 3.69(limited) (6/14/96)
  183. =====================
  184.  
  185. More bug fixes, plus one irresistible new feature: the ability to use
  186. TrueType fonts as freely as Type 1 fonts.  Also, one new feature (outside
  187. clipping) that was needed for Aladdin's PCL XL project.  We incremented the
  188. version number because of the change in trapezoid and path filling (see
  189. under Library below).
  190.  
  191. Documentation
  192. -------------
  193.  
  194. Brings documentation about fonts up to date.  (fonts.doc)
  195.  
  196. Updates current.doc to reflect changes since 3.53.  (current.doc)
  197.  
  198. Updates the DLL documentation to reflect recent changes.  (dll.doc)
  199.  
  200. Documents a workaround for the code generation bug in gcc 2.7.x.  (make.doc)
  201.  
  202. Changes the contact information for potential commercial customers in
  203. Europe.  (new-user.doc)
  204.  
  205. Updates the OS/2 documentation to make it current.  (install.doc, make.doc)
  206.  
  207. Documents -dCOLORSCREEN=0.  (use.doc)
  208.  
  209. Procedures
  210. ----------
  211.  
  212. Fixes bugs:
  213.     - 'make clean' didn't work in the Watcom environment.
  214. (wmakebat.bat, gs.mak, msc.mak, msvcwint.mak, os2.mak, tccommon.mak,
  215. unixhead.mak, wccommon.mak)
  216.     - The X11 libraries were listed in an incorrect order.
  217. (ansihead.mak, cc-head.mak, gcc-head.mak, ugcclib.mak, unix-end.mak)
  218.     - The OS/2 makefile didn't ignore errors from `erase' commands.
  219. (os2.mak)
  220.  
  221. Adds the PDF writer to the 32-bit MS Windows configuration.  (bcwin32.mak)
  222.  
  223. Adds the PNG drivers to the 32-bit MS Windows platform, since they now
  224. compile properly.  (bcwin32.mak)
  225.  
  226. Changes the ttfont feature so that it refers to support for direct usage of
  227. TrueType fonts; puts support for Type 42 fonts into a separate feature
  228. (type42).  (gs.mak, int.mak)
  229.  
  230. Adds direct TrueType font support to the Windows platforms.  (bcwin.mak,
  231. bcwin32.mak)
  232.  
  233. Rewrites vms.mak to be structured more like the other makefiles.  (vms.mak,
  234. modules.lis)
  235.  
  236. Makes the device lists in vms-*.mak the same as those for the Unix
  237. configurations.  (vms-cc.mak, vms-decc.mak, vms-gcc.mak)
  238.  
  239. Changes the default X library directory for gcc to /usr/X11/lib.
  240. (gcc-head.mak)
  241.  
  242. Adds the list of devices to --help, since HylaFax depends on this.
  243. (imainarg.c)
  244.  
  245. Adds -dCOLORSCREEN=0 to indicate use of 4 separate color screens with the
  246. same frequency and angle.  (gs_init.ps)
  247.  
  248. Utilities
  249. ---------
  250.  
  251. Fixes bugs:
  252.     - When ps2epsi encountered a blank page, it called the
  253. (undocumented) .quit operator with only one argument, causing a stack
  254. underflow.  (ps2epsi.ps)
  255.     - An extraneous file was included in the fileset.  (checkacc.ps)
  256.     - A file was omitted from the fileset.  (bench.c)
  257.     - Images in PostScript files produced by pdf2ps were processed about
  258. 50 times slower than they should have been.  (gs_pdf.ps)
  259.  
  260. Drivers
  261. -------
  262.  
  263. Fixes bugs:
  264.     - An #include was omitted.  (gdevpdfi.c)
  265.     - The BJC driver could get into an inconsistent state.  (gdevcdj.c)
  266.     - Braces were omitted around the values for two initialized byte
  267. arrays.  (gdevpcx.c)
  268.     - A function used 'float' in its argument list, causing problems in
  269. mixed ANSI/non-ANSI compilation.  (gdevcdj.c)
  270.     - signed and unsigned char pointers were used inconsistently.
  271. (gdevcdj.c, gdevcgml.c)
  272.     - Some header files weren't protected against double inclusion.
  273. (gdevprn.h, gdevtifs.h)
  274.     - The 24-bit PNG driver included unnecessary copies of the color
  275. mapping procedures.  (gdevpng.c)
  276.  
  277. Fixes bugs in the PDF writer:
  278.     - The PDF writer sometimes produced a double // in front of a filter
  279. name.  (gdevpdfi.c)
  280.     - The PDF writer produced zero-width, zero-height images for
  281. non-standard fonts.  (bug introduced since 3.68) (gdevpdfi.c)
  282.     - The PDF writer got confused if the input file invoked
  283. setpagedevice.  (gdevpdfp.c)
  284.     - The PDF writer put annotations on the page after the one they were
  285. supposed to be on.  (gdevpdf.c)
  286.     - The PDF writer sometimes failed to set the font when needed.
  287. (gdevpdf.c)
  288.     - The PDF writer could produce in-line images that were too large.
  289. (gdevpdfi.c)
  290.     - The PDF writer didn't scale explicit character and word spacing
  291. (ashow/widthshow/awidthshow) properly.  (gdevpdft.c)
  292.     - The PDF writer didn't copy named destination or article title
  293. strings, possibly leading to dangling pointers.  (gdevpdf.c, gdevpdfm.c)
  294.     - The PDF writer produced incorrect output for re-encoded fonts.
  295. (It now converts any string containing characters in non-standard positions
  296. to bitmaps; this will be fixed in a later release.)  (gs_pdfwr.ps,
  297. gdevpdfx.h, gdevpdfp.c, gdevpdft.c)
  298.  
  299. Updates a few drivers for the change in the handling of band device
  300. procedures.  (gdevcp50.c, gdevdjet.c)
  301.  
  302. Updates the X Windows driver for strip halftones.  (gdevx.c)
  303.  
  304. Adds anti-aliasing capability to the os2pm device.  (gdevpm.c)
  305.  
  306. Increases the sizes of some tables in the PDF writer.  (gdevpdfx.h)
  307.  
  308. Platforms
  309. ---------
  310.  
  311. Fixes bugs:
  312.     - A patch for the MS Windows platform was accidentally omitted.
  313. (gp_mswin.c)
  314.     - A block of code was accidentally duplicated.  (dwmain.cpp)
  315.     - An identifier exceeded VAX VMS C's limit of 31 characters.
  316. (gscspace.h)
  317.     - File name enumeration didn't work properly on Unix systems
  318. (still/again).  (gp_unifs.c)
  319.     - On MS Windows, If you closed Ghostscript with the system menu, you
  320. only closed the text window; Ghostscript kept running and you had to use the
  321. task manager to kill it.  (dwmain.cpp, dwmainc.cpp, dwtext.cpp)
  322.     - Some DLL-related typedefs were not consistent.  (dwdll.h, gsdll.h,
  323. dpmainc.c, dwdll.cpp)
  324.     - Attempts to call the DLL before it was initialized were not
  325. detected.  (gsdll.c)
  326.     - Bitmap line lengths were rounded up even on 32-bit Windows, which
  327. doesn't want this.  (gdevwdib.c)
  328.  
  329. Further improves the handling of attempts to use the DLL when it is already
  330. in use.  (dwdll.cpp, gsdll.c)
  331.  
  332. Adds a DLL-compatible main program for OS/2.  (dpmainc.c, gp_os2.c, gsdll.c)
  333.  
  334. Fonts
  335. -----
  336.  
  337. Fixes bugs:
  338.     - The WingDings TrueType font wasn't loaded properly.  (gs_ttf.ps)
  339.  
  340. Makes changes so that TrueType fonts can appear in the Fontmap and can be
  341. loaded directly.  (gs_fonts.ps, gs_ttf.ps)
  342.  
  343. Interpreter
  344. -----------
  345.  
  346. Fixes bugs:
  347.     - Executing a .quit with only 1 element on the operand stack caused
  348. an invalid access.  (zcontrol.c)
  349.     - The usage help message contained incorrect double %%s.
  350. (imainarg.c)
  351.     - If an initialization file tried to use any Encodings other than
  352. the 4 registered ones, it couldn't find them.  (gs_init.ps, gs_res.ps)
  353.     - Places that expected arrays of coordinates (rectangles,
  354. x/y/xyshow) didn't accept packed arrays.  (ibnum.c, zdps1.c)
  355.     - filterdict was still visible after initialization.  (gs_init.ps)
  356.     - The usage error message wasn't terminated by a newline.
  357. (imainarg.c)
  358.     - setcacheparams (or setting the MaxFontCache user parameter) didn't
  359. actually affect the size of the character cache.  (zfont.c, zmisc2.c)
  360.     - The main interpreter loop declared iref as a ref *, even though it
  361. may only be a ref_packed *.  (iref.h, interp.c)
  362.  
  363. Changes the character cache so it ignores absurd FontBBox values.  Nothing
  364. in the Adobe spec suggests doing this, but it is necessary for handling
  365. questionable output produced by PageMaker 5.0 (an Adobe product!).
  366. (zchar1.c)
  367.  
  368. Changes some type declarations slightly to reduce the number of 'discarding
  369. const' compiler warnings.  (igc.h, igc.c, igcref.c)
  370.  
  371. Adds .setclipoutside and .currentclipoutside operators for accessing the new
  372. outside clipping capability.  (zpath.c)
  373.  
  374. Adds the dictionary stack to the information printed in case of a fatal
  375. problem.  (imain.c)
  376.  
  377. Adds .set/currentrenderalgorithm operators for testing.  (zrop.c)
  378.  
  379. Library
  380. -------
  381.  
  382. Fixes bugs:
  383.     - The TrueType rasterizer didn't map quadratic to cubic splines
  384. well, and didn't handle off-curve points at the end of a contour properly.
  385. (gstype42.c)
  386.     - An #include was omitted.  (gsimage.c, gxclimag.c)
  387.     - Some compilers complained about statements with no effect, or
  388. comma operators with no effect on the left.  (gschar.c, gxcpath.c, gxfill.c)
  389.     - TrueType or Type 42 glyphs with a repeat count that crossed a
  390. contour boundary produced incorrect output.  (gstype42.c)
  391.     - TrueType / Type 42 composite glyphs involving rotation were placed
  392. incorrectly.  (gstype42.c)
  393.     - Type 42 fonts with an absent or incorrect FontBBox could fail to
  394. produce output.  (gstype42.c)
  395.     - Some header files weren't protected against double inclusion.
  396. (gsio.h, gdebug.h)
  397.     - Decoding filters didn't "look ahead" to detect EOD, so if the last
  398. read operation before closing the filter ended just before the EOD mark, the
  399. EOD mark might not be absorbed.  (stream.h, stream.c)
  400.     - Filling paths consisting of multiple subpaths that overlap in Y
  401. produced slightly inaccurate output.  We were unable to find a way to fix
  402. this without making a NON-BACKWARD-COMPATIBLE change in the interface for
  403. the recently introduced fill_trapezoid device procedure.  (gxdevice.h,
  404. gdevbbox.c, gdevddrw.c, gdevnfwd.c, gxfill.c)
  405.     - When banding, get_bits didn't detect calls with out-of-range Y
  406. values.  (gxclread.c)
  407.     - setcacheparams didn't actually affect the size of the character
  408. cache.  (gsfont.h, gxbcache.h, gxfcache.h, gschar.c, gsfont.c, gxbcache.c,
  409. gxccman.c, gxclbits.c)
  410.     - When banding, colored halftones could be mangled.  (gxclread.c)
  411.  
  412. Fixes bugs in the bounding box device:
  413.     - The bounding box device could give bizarre results if any objects
  414. crossed the lower edge of the page.  (gdevbbox.c)
  415.     - The bounding box device could get a memory access error when
  416. processing image data.  (gdebbox.c)
  417.     - The bounding box device ran the default drawing algorithms even if
  418. it had no target (performance bug only).  (gdevbbox.c)
  419.     - The bounding box device computed an incorrect (too small) box for
  420. partially clipped bitmap images.  (gdevbbox.c)
  421.     - The bounding box device got confused by files that filled the
  422. entire page with a background color.  (gdevbbox.c)
  423.     - The bounding box device produced infinite-height boxes for certain
  424. kinds of data.  (gdevbbox.c)
  425.  
  426. Changes some type declarations slightly to reduce the number of 'discarding
  427. const' compiler warnings.  (gsmemory.h, gsstruct.h)
  428.  
  429. Adds the capability of clipping to the outside rather than the inside of the
  430. clipping path.  This is required for emulating an obscure feature of the
  431. Microsoft Windows GDI.  (gspath.h, gxclpath.h, gxpath.h, gxcpath.h,
  432. gzcpath.h, gspath.c, gxacpath.c, gxclpath.c, gxclread.c, gxcpath.c.)
  433.  
  434. Makes it possible for band devices to select the underlying memory device
  435. used to accumulate the actual bits.  This is required for (at least) PCL5
  436. emulation.  This requires adding a procedure to the gx_device_printer
  437. structure, which, for devices that initialize the structure without using
  438. the macros in gdevprn.h or access the printer-specific procedures directly,
  439. is a NON-BACKWARD-COMPATIBLE change.  (gdevprn.h, gxclist.h, gxdevice.h,
  440. gdevdflt.c, gdevprn.c, gxclread.c)
  441.  
  442. Speeds up handling of rotated or halftoned masked images.  (gximage2.c)
  443.  
  444. Adds an output_page procedure to the bounding box device, for testing.
  445. (gdevbbox.c)
  446.  
  447. Adds a sample device that keeps track of the "render algorithm", for PCL5c
  448. emulation.  (gdevrrgb.c)
  449.  
  450. Version 3.68 patch 4 (5/23/96)
  451. ====================
  452.  
  453. More minor bug fixes, mostly related to the MS Windows implementation.
  454.  
  455. Documentation
  456. -------------
  457.  
  458. Further updates various doc files to make them more useful to new users.
  459. (NEWS, README, current.doc, helpers.doc, new-user.doc)
  460.  
  461. Adds user-contributed documentation for ps2pdf.  (ps2pdf.doc, unix-end.mak)
  462.  
  463. Documents a bug in the Borland C++ 4.52 compiler, and where to find the
  464. patch for it.  (make.doc)
  465.  
  466. Procedures
  467. ----------
  468.  
  469. Fixes bugs:
  470.     - A command line exceeded the MS-DOS 120 character limit.
  471. (devs.mak)
  472.  
  473. A file was accidentally omitted from the fileset.  (wmakebat.bat)
  474.  
  475. Drivers
  476. -------
  477.  
  478. Fixes bugs:
  479.     - Many of the 'show' operators didn't work properly if the PDF
  480. writer was included in the configuration.  (gs_pdfwr.ps)
  481.     - x_wrap_get_bits was ridiculously slow.  (It still is, but not
  482. quite as ridiculously.)  (gxcindex.h, gdevxalt.c)
  483.     - The PDF writer generated CR instead of CalRGB, which is legal per
  484. the Adobe spec but not compatible with some Adobe Acrobat products.
  485. (gdevpdfi.c)
  486.     - Some signed/unsigned discrepancies caused compilation warnings.
  487. (gdevpdfm.c, gdevpdfp.c, gdevpdft.c)
  488.  
  489. Fixes bugs in the Windows driver:
  490.     - An accidentally opened tiny window didn't get closed.
  491. (gdevwdib.c)
  492.     - The name DllInit was misleading, and this procedure wasn't being
  493. called whtn the DLL was loaded, so the DLL couldn't know the instance
  494. handle.  (gp_mswin.c)
  495.     - The code didn't recognize Win32s (vs. Windows 95) correctly.
  496. (dwmain.cpp, gdevwdib.c, gp_mswin.h, gp_mswin.c, gsdll16.rc)
  497.     - Some compiler warnings needed fixing.  (gdevwdib.c)
  498.     - gsdll16.def and gsdll32.def were different.  (gsdll32.def)
  499.     - A GPF leaving the 16-bit DLL loaded could make the DLL permanently
  500. unusable.  (dwmain.cpp)
  501.     - Two obsolete files were still included in the fileset.
  502. (gswin.def, gswin32.def)
  503.  
  504. Adds a compile-time option to the 'bit' drivers to expand 4-bit pixels to
  505. 32-bit.  This was required for tracking down customer problems, because the
  506. only tools we have available for displaying CMYK images require 32 bits per
  507. pixel.  (gdevbit.c)
  508.  
  509. Platforms
  510. ---------
  511.  
  512. Fixes bugs:
  513.     - In DEC C, <time.h> does define the timeval struct.  (time_.h)
  514.  
  515. Changes gsdll_init() to take an additional argument, a window handle.  This
  516. is a NON-BACKWARD-COMPATIBLE change.  (dll.doc, dwdll.h, gsdll.h, dwdll.cpp,
  517. dwmain.cpp, dwmainc.cpp, gsdll.c)
  518.  
  519. Fonts
  520. -----
  521.  
  522. Updates more Fontmaps to include the new URW++ fonts.  (Fontmap.OS2,
  523. Fontmap.ATM)
  524.  
  525. Interpreter
  526. -----------
  527.  
  528. Fixes bugs:
  529.     - The default operator array table wasn't big enough.  (iinit.c)
  530.     - Some signed/unsigned discrepancies caused compilation warnings.
  531. (imain.c, imainarg.c, zfile.c)
  532.  
  533. Adds encoding vectors for Windows 3.1 Latin 1, Latin 2, and Latin 5
  534. encodings.  None of these are loaded in the standard configuration.
  535. (gs_wl{1,2,5}_e.ps)
  536.  
  537. Library
  538. -------
  539.  
  540. Fixes bugs:
  541.     - Some tracing output was incorrect or missing.  (gxdither.c)
  542.     - Resized objects in the C heap had incorrect bookkeeping
  543. information (bug introduced in 3.68).  (gsmemory.c)
  544.     - Image pixels that fell exactly on device half-pixel boundaries
  545. could get discarded.  (gximage0.c)
  546.     - The bounding box device didn't set a variable properly and didn't
  547. implement end_image, leading to invalid memory accesses.  (gdevbbox.c)
  548.     - Fonts with BuildChar routines written in C didn't work properly
  549. with kshow or xyshow.  (gschar.c)
  550.  
  551. Adds some additional tracing output for Patterns.  (gxpcmap.c)
  552.  
  553. Adds tracing output for freeing malloc'ed blocks at the end of execution.
  554. (gsmemory.c)
  555.  
  556. Adds a gs_dashpath procedure that expands dashes in the same way that
  557. gs_flattenpath expands curves.  (gspath.h, gspath1.c)
  558.  
  559. Version 3.68 patch 3 (5/17/96)
  560. ====================
  561.  
  562. More bug fixes during the beta test period.  AccurateScreens now works
  563. properly.
  564.  
  565. Procedures
  566. ----------
  567.  
  568. Fixes bugs:
  569.     - The help message was too long to fit on a PC screen or standard
  570. terminal.  (imainarg.c)
  571.     - Failure to run tar_cat wasn't detected.  (unix-end.mak,
  572. unixtail.mak)
  573.  
  574. Utilities
  575. ---------
  576.  
  577. Fixes bugs:
  578.     - In the PostScript files produced by pdf2ps, images using ASCII85
  579. encoding would cause a typecheck error.  (gs_pdf.ps)
  580.     - pdf2ps wrote out strings longer than 200 characters incorrectly.
  581. (pdf_2ps.ps)
  582.  
  583. Drivers
  584. -------
  585.  
  586. Fixes bugs in gdevcdj.c (according to the author, we have no way to test
  587. this):
  588.     - The driver used to use Colors as well as ProcessColorModel to
  589. define the process color model.  (devices.doc, gdevbjc.h, gdevcdj.c)
  590.     - Incorrect or inconsistent settings of BitsPerPixel and
  591. ProcessColorModel, or setting one but not the other, could leave the driver
  592. in an inconsistent state.  (gdevcdj.c)
  593.  
  594. Fixes bugs in the MS Windows driver:
  595.     - Insufficient memory for the backing bitmap could cause a GPF.
  596. (gdevmswn.c, gdevwdib.c)
  597.     - Invalid parameters could cause a crash within the DLL code.
  598. (gdevwdib.c)
  599.  
  600. Adds a user-contributed driver for the CalComp Raster Format.  (devs.mak,
  601. gdevccr.c)
  602.  
  603. Adds an anti-aliasing option for MS Windows.  (gdevmswn.c, gdevwdib.c)
  604.  
  605. Platforms
  606. ---------
  607.  
  608. Fixes bugs in the Windows platform:
  609.     - One had to type "quit" twice to exit.  (dwdll.h, dwdll.cpp)
  610.  
  611. Interpreter
  612. -----------
  613.  
  614. Fixes bugs:
  615.     - Platform fonts didn't work properly if the document's primary
  616. encoding was the standard MS Windows encoding.  (ifont.h, gs_wan_e.ps)
  617.     - stringwidth with a Type 1 font could give a spurious typecheck
  618. error (bug introduced in 3.65).  (zcharout.c)
  619.     - If a DOS editor added a ^Z to the end of the Fontmap file, an
  620. error occurred during initialization.  (gs_fonts.ps)
  621.     - Halftones that didn't specify a value for AccurateScreens
  622. sometimes ignored the setting of the AccurateScreens user parameter.
  623. (zht2.c)
  624.  
  625. Library
  626. -------
  627.  
  628. Fixes bugs:
  629.     - gs_join_none was defined, but not implemented.  (gxstroke.c)
  630.     - A bookkeeping list for fonts could get confused, causing invalid
  631. memory accesses.  (gsfont.c)
  632.     - An I/O error or internal error would cause the band list
  633. rasterizer to go into an infinite loop.  (gxclread.c)
  634.     - The algorithm for choosing screen angles and frequencies produced
  635. poor results.  (gshtscr.c)
  636.     - Color screens were broken (bug introduced in 3.68).  (gxdht.h,
  637. gzht.h, gsht.c, gshtscr.c)
  638.  
  639. Version 3.68 patch 2 (5/13/96)
  640. ====================
  641.  
  642. This is another set of patches for the next general release.
  643.  
  644. Documentation
  645. -------------
  646.  
  647. Fixes bugs:
  648.     - Windows NT and Windows 95 implementations were identified as
  649. "under development" rather than available.  (README)
  650.     - There were several other minor errors in the README file.
  651. (README)
  652.     - The claimed current IJG JPEG version was incorrect.  (jpeg.mak)
  653.  
  654. Splits off information for new users into a separate file.  (README,
  655. new-user.doc)
  656.  
  657. Procedures
  658. ----------
  659.  
  660. Fixes bugs:
  661.     - gettimeofday takes 2 arguments on SVR4 systems more recent than
  662. SVR4.0.  (make.doc, ansihead.mak, cc-head.mak, gcc-head.mak, time_.h)
  663.  
  664. Changes the default Unix data installation directory from /usr/local/lib to
  665. /usr/local/share, which seems to be favored by more recent Unix systems
  666. (except for some Linux versions, which still use /usr/local/lib, and BSD/OS,
  667. which puts Ghostscript in /usr/contrib/lib.)  (ansihead.mak, cc-head.mak,
  668. gcc-head.mak, ugcclib.mak)
  669.  
  670. Changes the unset commands in the Unix script to assignments, because a few
  671. older Unix shells don't provide unset.  (unixtail.mak)
  672.  
  673. Drivers
  674. -------
  675.  
  676. Fixes bugs:
  677.     - An #include incorrectly referred directly to a system header.
  678. (gdevpdft.c)
  679.     - CMYK devices took an excessive amount of time clearing the page to
  680. white.  (gdevm32.c)
  681.  
  682. Adds a compile-time option to the 'bit' drivers to remove top and bottom
  683. whitespace.  This change was required in order to track down a customer bug.
  684. (gdevbit.c)
  685.  
  686. Interpreter
  687. -----------
  688.  
  689. Updates the interpreter for the split in the gstate API.  (igstate.h)
  690.  
  691. Streams
  692. -------
  693.  
  694. Fixes bugs:
  695.     - Some compilers don't define NULL widely enough.  (spngp.c)
  696.  
  697. Library
  698. -------
  699.  
  700. Fixes bugs:
  701.     - There was a minor typo (& for &&) that didn't affect execution.
  702. (gxccman.c)
  703.     - There was a trailing comma in an enumeration.  (gsiparam.h)
  704.     - Internal and public interfaces weren't separated properly.  THIS
  705. IS A NON-BACKWARD-COMPATIBLE CHANGE for clients using certain undocumented
  706. interfaces to the graphics state.  (gsstate.h, gxstate.h, gzstate.h,
  707. gsstate.c)
  708.     - A 'private' declaration was missing (yet again).  (gxclimag.c)
  709.  
  710. Version 3.68 patch 1 (5/10/96)
  711. ====================
  712.  
  713. This is the first bug fix (patch) incremental release for the next general
  714. release.
  715.  
  716. Procedures
  717. ----------
  718.  
  719. Fixes bugs:
  720.     - Many Windows-specific files were omitted from the previous
  721. fileset: dw*.rc, dw*.cpp.
  722.  
  723. Version 3.68(limited) (5/9/96)
  724. =====================
  725.  
  726. This release cleans up the new Windows files, mostly implements the
  727. high-level driver API for bitmap images, and adds practical strip
  728. (AccurateScreens) halftoning.  This is the first "serious beta" fileset for
  729. the next general release.  It still has more problems than I would have
  730. liked.
  731.  
  732. Documentation
  733. -------------
  734.  
  735. Fixes bugs:
  736.     - The names of the executable files for MS Windows were out of date.
  737. (make.doc)
  738.     - gxcindex.h still referred to "drawing color".  (gxcindex.h)
  739.     - The name of the default font directory for Unix systems was
  740. incorrect.  (make.doc)
  741.  
  742. Moves the list of files required for installation, and some other
  743. installation instructions, from make.doc to install.doc.  (install.doc,
  744. make.doc)
  745.  
  746. Adds a description of the PNGPredictor filters.  (language.doc)
  747.  
  748. Updates the documentation of the higher-level driver procedures to match the
  749. specification changes.  (drivers.doc)
  750.  
  751. Documents the change in the Watcom build procedure.  (make.doc)
  752.  
  753. Improves the documentation of bitmap IDs.  (gxbitmap.h)
  754.  
  755. Adds documentation for the new strip_tile_rectangle and strip_copy_rop
  756. driver procedures.  (drivers.doc)
  757.  
  758. Changes the few remaining direct FTP addresses in README to URLs.  (README)
  759.  
  760. Notes that zlib does not compile correctly on IRIX 6.n with optimization.
  761. (make.doc)
  762.  
  763. Adds references to PDF and TrueType fonts to language.doc.  (language.doc)
  764.  
  765. Updates fonts.doc to remove references to fonts.mak.  (fonts.doc)
  766.  
  767. Describes how to substitute an LZW compressor for the LZW-compatible
  768. compressor provided in the standard release.  (make.doc)
  769.  
  770. Procedures
  771. ----------
  772.  
  773. Fixes bugs:
  774.     - Some lines had exceeded the 120-character limit of the
  775. MS-DOS shell.  (int.mak)
  776.     - The configuration files weren't generated correctly when CONFIG
  777. wasn't an empty string.  (unixhead.mak)
  778.  
  779. Factors out shared DLL makefile rules into a new file.  (bcwin.mak,
  780. bcwin32.mak, dwcommon.mak)
  781.  
  782. Makes the cp and rm commands into makefile parameters, allowing automatic
  783. generation of build scripts even in the MS-DOS and MS Windows environments
  784. where the shell requires the CALL command for sub-scripts.  (*.mak,
  785. genconf.c)
  786.  
  787. Adds the PDF writer to the default Unix configurations.  (ansihead.mak,
  788. cc-head.mak, gcc-head.mak)
  789.  
  790. Adds TrueType support to all Level 2 configurations.  (int.mak)
  791.  
  792. Removes fonts.mak, which is no longer relevant.  (fonts.mak)
  793.  
  794. Brings the font compilation procedures up to date.  (cfonts.mak, int.mak)
  795.  
  796. Utilities
  797. ---------
  798.  
  799. Fixes bugs:
  800.     - There was an extra 'show' in one file.  (align.ps)
  801.  
  802. Drivers
  803. -------
  804.  
  805. Fixes bugs:
  806.     - The bit devices were missing the map_color_rgb procedure.
  807. (gdevbit.c)
  808.     - The MS Windows driver sent a redundant message. (gdevmswn.c)
  809.  
  810. Adds a device that keeps track of the page bounding box.  This device is not
  811. included in any standard configuration.  (drivers.doc, gdevbbox.h,
  812. gsmatrix.h, gsstruct.h, gxdevice.h, gdevbbox.c, gdevnfwd.c, gsmatrix.c)
  813.  
  814. Updates the PDF writer to track the changes in the high-level driver API,
  815. and to write out images in a reasonable way.  NOTE: the current
  816. implementation doesn't write out CIE color space parameters, so CIE-color
  817. images won't be colored accurately.  (gdevpdf.c, gdevpdfi.c)
  818.  
  819. Adds a forwarding procedure for tile_rectangle.  (gxdevice.h, gdevnfwd.c)
  820.  
  821. Changes the copyright notices on the PDF writer to be the same as on the
  822. rest of Ghostscript.  (gdevpdf*.[ch])
  823.  
  824. Updates Gunther Hess's Epson Stylus Color driver from 1.21 to 1.90.  (Aladdin
  825. Enterprises takes no responsibility for this driver: if you have questions,
  826. contact the author.)  (devices.doc, devs.mak, gdevstc*.c, gdevstc.h)
  827.  
  828. Platforms
  829. ---------
  830.  
  831. Removes some obsolete MS Windows files and #defines.  (gp_mswtx.h,
  832. gp_mswtx.c, gp_mswin.h)
  833.  
  834. Works around a memory limitation in the Watcom make utility.  (wmakebat.bat)
  835.  
  836. Fonts
  837. -----
  838.  
  839. Changes the standard Fontmap from using the low-quality fonts converted from
  840. bitmaps to using high-quality fonts recently contributed by URW++.
  841. (Fontmap, Fontmap.GS)
  842.  
  843. Interpreter
  844. -----------
  845.  
  846. Fixes bugs:
  847.     - A macro containing an if-else, and a macro generating a compound
  848. statement, could cause incorrect grouping of 'if' statements.  (files.h,
  849. ostack.h)
  850.     - .setrasterop didn't pop its operand.  (zrop.c)
  851.     - A rounding inaccuracy could cause bounding box rangecheck errors.
  852. (gsdps1.c)
  853.     - CIE-based images in PDF files didn't work.  (gs_pdf.ps)
  854.     - The page parameter .MediaSize didn't get updated when PageSize was
  855. set.  (This is just the most recent manifestation of the setpagedevice
  856. morass.)  (gs_setpd.ps)
  857.     - %lineedit and %statementedit were limited to 160 characters.
  858. (zfileio.c, ziodev.c)
  859.     - Compiled initialization files didn't work properly.  (geninit.c,
  860. gs_l2img.ps)
  861.     - Attempting to parse a command line with argc = 0 caused a crash.
  862. (imainarg.c)
  863.  
  864. Renames some files to allow separating the non-DLL 'main' procedure into a
  865. separate file, and to make the file naming more consistent:
  866.     gs.c (except for 'main') => imainarg.c
  867.     gsmain.c => imain.c
  868. gs.c now consists only of 'main'.  The name gs.c is still inconsistent (it
  869. should be i- something), but at least it's consistent with the name of the
  870. executable.  (*.mak, imain.h, iminst.h, imainarg.h, gs.c, gsmain.c, imain.c,
  871. imainarg.c)
  872.  
  873. Adds PNGPredictorEncode/Decode filters, and increases the size of filterdict
  874. slightly to make room for them.  (iinit.c, zfpngp.c)
  875.  
  876. Makes zwrite external, per a customer request.  (opextern.h, zfileio.c)
  877.  
  878. Updates clients to work with the new API-based bitmap imaging calls.
  879. (iimage.h, zcolor1.c, zimage2.c, zpaint.c)
  880.  
  881. Updates clients for the split in gscspace.h.  (zcie.c, zcolor1.c, zcolor2.c,
  882. zcsindex.c, zcssepr.c, zimage2.c, zpaint.c, zpcolor.c)
  883.  
  884. Updates clients for strip-based halftones.  (zpcolor.c)
  885.  
  886. Updates the initialization code to pass the correct (system) allocator to
  887. the library initialization.  (imain.c)
  888.  
  889. Streams
  890. -------
  891.  
  892. Fixes bugs:
  893.     - If a filter reached EOD exactly at the end of reading data for
  894. certain operations, it didn't get closed automatically.  (stream.c)
  895.     - The LZW-compatible encoding filter reset procedure had an
  896. incorrect return type.  (slzwce.c)
  897.  
  898. Changes the ASCIIHexEncode filter to insert \ns in fewer places, to be
  899. somewhat more compatible with the Adobe implementation.  (sstring.c)
  900.  
  901. Adds PNGPredictorEncode/Decode filters that implement the pixel prediction
  902. algorithms in the PNG specification.  (We'd like to use the code in the PNG
  903. library, but it's too deeply embedded in the rest of the PNG machinery, and
  904. it also doesn't provide for suspendable I/O.)  (spngpx.h, spngp.c)
  905.  
  906. Library
  907. -------
  908.  
  909. Fixes bugs:
  910.     - A test for pure color was backwards, causing garbage output or
  911. possible address or floating point exceptions.  (gxclpath.c)
  912.     - A macro containing an if-else could cause incorrect grouping of
  913. 'if' statements.  (gsrefct.h)
  914.     - The default implementation of RasterOp didn't handle the device
  915. depth correctly.  (gdevmrop.c)
  916.     - The memory device implementation of RasterOp truncated 24-bit
  917. constant source or texture values to 8 bits.  (gdevmrop.c)
  918.     - A typo caused the garbage collector to miss an internal buffer
  919. used when rendering images.  (gximage.h)
  920.     - gs_debug_out was only defined if DEBUG was set.  (gdebug.h)
  921.     - The raster of horizontally replicated tiles was incorrect.
  922. (gxht.c)
  923.     - A data type might not be declared, causing a compilation error.
  924. (gscoord.h)
  925.     - Empty TrueType glyphs weren't handled properly.  (gstype42.c)
  926.     - Fonts with a build procedure written in C could cause an invalid
  927. memory access.  (gschar.c)
  928.     - The initial point of a band list path sometimes didn't get
  929. written, causing excess or missing filled regions.  (gxclpath.c)
  930.     - Characters between 49 and 56 bits wide were rendered incorrectly
  931. when banding.  (gxclbits.c)
  932.  
  933. Renames gsimage*.c as gximage*.c, to reflect more accurately the position of
  934. these files in the architecture.  (gsimage*.c, gximage*.c)
  935.  
  936. Fully implements the high-level bitmap image calls in the driver API.  This
  937. includes some driver API changes; however, this part of the API was clearly
  938. documented as not stable enough to rely on.  (gxdevice.h, gximage.h,
  939. gdevbbox.c, gdevddrw.c, gdevnfwd.c, gsimage.c, gximage*.c)
  940.  
  941. Splits the color space header into client and implementation, as with many
  942. others.  (gscspace.h, gxcspace.h, gximage.h, gscie.c, gscolor.c, gscolor1.c,
  943. gscolor2.c, gscsepr.c, gsimage.c, gspcolor.c, gsstate.c, gxcmap.c,
  944. gxpcmap.c)
  945.  
  946. Extends band lists to handle high-level images.  NOTE: This facility is
  947. patched out because there is not yet a way to pass the necessary color
  948. rendering information through the band list.  (gxcldev.h, gxclist.h,
  949. gxclpath.h, gxclimag.c, gxclist.c, gxclpath.c, gxclread.c)
  950.  
  951. Implements fixed2float and float2fixed more efficiently on machines with
  952. slow floating point.  (gxfixed.h, gscoord.c, gsmisc.c)
  953.  
  954. Makes one further NON-BACKWARD-COMPATIBLE change in the existing
  955. higher-level driver procedures (fill_path, stroke_path, fill_mask): we make
  956. the imager state pointer an explicit argument, rather than a member of the
  957. gx_fill/stroke_params structure.  We now consider the specification of these
  958. procedures stable, and have removed the "subject to change" notice from the
  959. documentation.  (gxdevice.h, gxpaint.h, gdevbbox.c, gdevnfwd.c, gxacpath.c,
  960. gxclpath.c, gxclread.c, gxfill.c, gxpaint.c, gxstroke.c)
  961.  
  962. Extends halftone bitmaps to include "strip" and "shift" information,
  963. allowing halftone cells with arbitrary angles to be stored in space
  964. proportional to the number of bits in the cell rather than the square of the
  965. number of bits.  This requires adding new (optional) strip_tile_rectangle
  966. and strip_copy_rop driver procedures that are like tile_rectangle and
  967. copy_rop respectively but accept a strip bitmap rather than an ordinary
  968. tile; these procedures supersede tile_rectangle and copy_rop (although these
  969. also remain, defined in terms of the new ones).  This also requires making
  970. small but NON-BACKWARD-COMPATIBLE changes in several internal interfaces.
  971. (gdevmem.h, gdevprn.h, gsdcolor.h, gxbcache.h, gxbitmap.h, gxcldev.h,
  972. gxclip2.h, gxclist.h, gxdevice.h, gxdevrop.h, gxdht.h, gxfcache.h,
  973. gxhttile.h, gxpcolor.h, gzht.h; gdevabuf.c, gdevbbox.c, gdevdflt.c,
  974. gdevm*.c, gdevmpla.c, gdevmrop.c, gdevnfwd.c, gsht.c, gsht1.c, gshtscr.c,
  975. gspcolor.c, gsstate.c, gxcht.c, gxclbits.c, gxclip2.c, gxclist.c,
  976. gxclpath.c, gxclread.c, gxcpath.c, gxdcolor.c, gxdither.c, gxht.c,
  977. gximage2.c, gxpcmap.c, ...)
  978.  
  979. Adds "no join" as a line join type.  NOTE: this is not actually implemented
  980. yet.  (gslparam.h)
  981.  
  982. Changes the initialization code so that it passes the system allocator as an
  983. argument to module initialization procedures.  While this is theoretically a
  984. NON-BACKWARD-COMPATIBLE change, module initialization procedures are not
  985. documented and presumably are not used by any code outside the
  986. implementation.  (gscdefs.h, gconf.c, gdevmrop.c, gsinit.c, gxclimag.c,
  987. gxclpath.c)
  988.  
  989. Splits up gs_lib_init into two procedures, allowing specification of a
  990. different default allocator for the library.  (gslib.h, gsinit.c)
  991.  
  992. Adds a resize_object operation to the allocator API.  (gsmemory.h,
  993. gsalloc.c, gsmemory.c)
  994.  
  995. Version 3.67(limited) (4/12/96)
  996. =====================
  997.  
  998. This release restructures the MS Windows and OS/2 code to be primarily DLL-
  999. rather than EXE-based.  See under Platforms below for more news.  This
  1000. release was put out in a hurry in order to get the new DLL code into
  1001. testers' hands; it has more rough edges than usual.
  1002.  
  1003. Documentation
  1004. -------------
  1005.  
  1006. Fixes bugs:
  1007.     - A definition & use comment was incorrect.  (scanchar.h)
  1008.     - William Bader's e-mail address was wrong.  (README)
  1009.  
  1010. Adds documentation for the new begin_image, image_data, and end_image
  1011. procedures.  THIS INTERFACE IS STILL SUBJECT TO CHANGE.  (drivers.doc)
  1012.  
  1013. Procedures
  1014. ----------
  1015.  
  1016. Renames all the *core.dev modules as *lib.dev.  (int.mak, *lib.mak, vms.mak,
  1017. gdevmrop.c)
  1018.  
  1019. Updates all the remaining makefiles to IJG JPEG version 6a.  (*.mak)
  1020.  
  1021. Moves the configuration parameter definitions from gconf.c to a new file
  1022. gscdefs.c.  (bcwin*.mak, *lib.mak, gs.mak, int.mak, lib.mak, unixtail.mak,
  1023. vms.mak, gconf.c, gscdefs.c)
  1024.  
  1025. Platforms
  1026. ---------
  1027.  
  1028. Restructures the MS Windows and OS/2 code to be primarily DLL- rather than
  1029. EXE-based.  This involves two minor NON-BACKWARD-COMPATIBLE changes to the DLL
  1030. interface, documented near the end of dll.doc:
  1031.  
  1032.     - Adding argv and argc as arguments to gsdll_init.
  1033.  
  1034.     - Adding a new message type, GSDLL_POLL, to the callback procedure.
  1035.  
  1036. (bcwin*.mak, devs.mak, os2.mak, dll.doc, install.doc, dw*.*, gsdll*.*,
  1037. gdevms*.*, gdevpm.c, gdevw*.c, gp_mswin.c, gp_os2.c, gsos2.def, gswin.rc)
  1038.  
  1039. Adds the BMP drivers to the Watcom platform.  (watc.mak)
  1040.  
  1041. Interpreter
  1042. -----------
  1043.  
  1044. Fixes bugs:
  1045.     - gs.c assumed the presence of stdio.  (gs.c)
  1046.  
  1047. Defines a new API entry point that is the equivalent of command line
  1048. invocation.  (imain.h, imainarg.h, gs.c)
  1049.  
  1050. Changes clients to conform to the changes in gsimage.h.  (zimage2.c,
  1051. zpaint.c)
  1052.  
  1053. Speeds up the search operator slightly.  (zstring.c)
  1054.  
  1055. Interpreter (PDF)
  1056. -----------------
  1057.  
  1058. Fixes bugs:
  1059.     - If the PDF interpreter was present, running a PostScript file
  1060. didn't close the file properly if it caused an error.  (pdf_main.ps)
  1061.  
  1062. Speeds up embedded font loading by making an internal buffer bigger.
  1063. (pdf_font.ps)
  1064.  
  1065. Library
  1066. -------
  1067.  
  1068. Fixes bugs:
  1069.     - There could be some non-zero garbage between the width and the
  1070. next multiple of bitmap_align_mod for copy_alpha.  (The driver API
  1071. specification explicitly allows this, but it upset one customer.)
  1072. (gxccman.c)
  1073.     - Nibble-swapped alpha values could be displaced in memory by one
  1074. pixel, damaging the output.  (gdevabuf.c)
  1075.  
  1076. Makes further changes towards adding high-level bitmap image calls to the
  1077. driver API.  This includes the following minor NON-BACKWARD-COMPATIBLE
  1078. changes to the interface defined in gsimage.h:
  1079.  
  1080.     - changing MultipleDataSources from a member of the gs_image_t
  1081.     structure to an argument of gs_image_init;
  1082.  
  1083.     - changing the default image parameter values from constant
  1084.     structures to procedures that initialize the structure.
  1085.  
  1086. As far as we know, this doesn't affect any existing client code.
  1087. (gsimage.h, gsiparam.h, gxdevice.h, gdevddrw.c, gdevnfwd.c, gsimage.c,
  1088. gspcolor.c, gxccache.c)
  1089.  
  1090. Removes an unnecessary level of call for path filling.  (gxpaint.h,
  1091. gxfill.c, gxpaint.c)
  1092.  
  1093. Version 3.66(limited) (4/8/96)
  1094. =====================
  1095.  
  1096. This release adds support for TrueType fonts and Type 42 (encapsulated
  1097. TrueType) PostScript fonts.  The MS Windows driver now interacts properly
  1098. with the garbage collector.  This release also includes a new, high-quality
  1099. set of free fonts.
  1100.  
  1101. Documentation
  1102. -------------
  1103.  
  1104. Fixes bugs:
  1105.     - The list of generic makefiles had gotten out of date.  (make.doc)
  1106.  
  1107. Adds a mention of the bmv program, created by a user and available under the
  1108. GPL.  (README)
  1109.  
  1110. Notes that a bug in gcc 2.7.x prevents these versions from compiling
  1111. Ghostscript.  (make.doc)
  1112.  
  1113. Clarifies the meaning of "inverted" masks.  (gsimage.h)
  1114.  
  1115. Improves the documentation of the stack sizing parameters.  (interp.c)
  1116.  
  1117. Improves the documentation of the copy_rop driver procedure.
  1118. (drivers.doc)
  1119.  
  1120. Notes that all subclasses of gx_device must explicitly include the
  1121. device_finalize finalization procedure.  (gxdevice.h)
  1122.  
  1123. Updates the documentation of the high-level driver API to reflect the change
  1124. in gx_drawing_color, and the addition of the new polygon and image drawing
  1125. procedures.  (drivers.doc)
  1126.  
  1127. Updates the documentation for building zlib and libpng.  (make.doc)
  1128.  
  1129. Procedures
  1130. ----------
  1131.  
  1132. Fixes bugs:
  1133.     - The environment space overflowed on some inferior Unix systems.
  1134. (unixtail.mak)
  1135.  
  1136. Adds a ttfont.dev "feature" for including the TrueType interpreter and the
  1137. ability to handle Type 42 fonts.  A new procedure, .loadttfont, allows
  1138. loading a TrueType font directly (by converting it to a Type 42 on the fly).
  1139. (gs.mak, int.mak, lib.mak)
  1140.  
  1141. Updates the makefiles and procedures to libpng 0.88 and zlib 1.0.
  1142. (libpng.mak, zlib.mak)
  1143.  
  1144. Utilities
  1145. ---------
  1146.  
  1147. Fixes bugs:
  1148.     - pdf2ps could produce lines longer than 255 characters.
  1149. (pdf_2ps.ps)
  1150.  
  1151. Removes some unnecessary and error-inviting code from pdf2dsc.  (pdf2dsc.ps)
  1152.  
  1153. Updates lines.ps to test the new stroke code more fully.  (lines.ps)
  1154.  
  1155. Allows omitting the second argument of ps2pdf, as for ps2epsi.  (ps2pdf)
  1156.  
  1157. Drivers
  1158. -------
  1159.  
  1160. Fixes bugs:
  1161.     - A routine was incorrectly declared "private".  (I wish gcc caught
  1162. this!)  (gdevpdf.c)
  1163.     - A 'const' was omitted in a parameter list.  (gdevpdfp.c)
  1164.     - Some imported procedures didn't have prototypes declared.
  1165. (gdevpdft.c)
  1166.     - The ProcSet list for PDF files didn't include Text when it was
  1167. needed.  (gdevpdfx.h, gdevpdf.c, gdevpdft.c)
  1168.     - Text in PDF output ignored the color setting.  (gs_pdfwr.ps,
  1169. gdevpdft.c)
  1170.     - Text in PDF output could be positioned incorrectly.  (gdevpdft.c)
  1171.     - pdfmarks could produce an error when producing PDF output.
  1172. (gs_pdfwr.ps)
  1173.  
  1174. Slightly improves the text output of the PDF writer.  (gs_pdfwr.ps,
  1175. gdevpdft.c)
  1176.  
  1177. Defines driver procedures for filling trapezoids (with the parallel edges
  1178. parallel to a coordinate axis), parallelograms (with arbitrary orientation),
  1179. triangles (ditto), and minimum-width lines (ditto).  (Note that the last of
  1180. these obsoletes the former draw_line procedure.)  (gdevmem.h, gdevprn.h,
  1181. gxdevice.h, gxdraw.h (deleted), gdevddrw.c, gdevdflt.c, gdevht.c,
  1182. gdevnfwd.c, gsimage[12345].c, gxacpath.c, gxclist.c, gxclip2.c, gxcpath.c,
  1183. gxdraw.c (deleted), gxfill.c, gxpcmap.c, gxstroke.c)
  1184.  
  1185. Adds "sketched" driver procedures for high-level bitmap / pixmap image
  1186. drawing.  In this release, the argument lists are incomplete, and the
  1187. procedures are stubs: don't try to use them!  [see previous entry]
  1188.  
  1189. Changes the screen update strategy for the X Windows driver from a
  1190. compile-time option to a settable run-time variable.  (gdevx.c)
  1191.  
  1192. Patches around a problem with libpng 0.88 that can't be fixed without
  1193. editing a configuration file.  (gdevpng.c)
  1194.  
  1195. Platforms
  1196. ---------
  1197.  
  1198. Fixes bugs:
  1199.     - %g formats with sscanf don't work on NeXT systems.  (gdevpdft.c,
  1200. iutil.c, zdouble.c)
  1201.     - getenv could be declared inconsistently.  (gp_unix.c)
  1202.  
  1203. Fonts
  1204. -----
  1205.  
  1206. Fixes bugs:
  1207.     - The Type 1 font interpreter sometimes set the flatness too large.
  1208. (gstype1.c)
  1209.     - Fonts defined by definefont could never be garbage collected.
  1210. (gsstruct.h, gxfcache.h, gxfont.h, gxfont0.h, gxfont1.h, gsfont.c,
  1211. gsfont0.c)
  1212.     - Type 0 fonts weren't garbage collected properly.  (gsfont0.c)
  1213.     - Compiled fonts caused a compilation error (bug introduced in
  1214. 3.65).  (ifont.h)
  1215.     - If a Type 1 font used hint replacement, hints could be applied
  1216. more than once, distorting the character shape.  (gxtype1.h, gxhint3.c)
  1217.     - Oversampling wasn't applied to large enough characters.
  1218. (gschar.c)
  1219.  
  1220. Interpreter
  1221. -----------
  1222.  
  1223. Fixes bugs:
  1224.     - The scanner accepted /[, /], /<<, and />> as literal names (and
  1225. similarly for //).  It isn't obvious from the Red Book, but the Adobe
  1226. implementations don't accept these.  What a nuisance!  (gs_btokn.ps,
  1227. gs_init.ps, pdf_2ps.ps, pdf_base.ps, pdf_main.ps, iscan.c)
  1228.     - A spurious stackoverflow could occur under unusual conditions.
  1229. (istack.c)
  1230.     - The values of OrigFont and ScaleMatrix in scaled fonts reflected
  1231. only the most recent scaling operation, not the original font and the
  1232. combined scaling operation.  (zfont.c)
  1233.     - The default size of systemdict had become slightly too small.
  1234. (iinit.c)
  1235.     - Type 1 characters defined by PostScript procedures were called
  1236. incorrectly.  (zcharout.c)
  1237.  
  1238. Removes the papersize operator from statusdict, since it is not documented
  1239. anywhere in the Adobe literature and didn't interact properly with the
  1240. various ways of setting the page size.  (gs_statd.ps)
  1241.  
  1242. Changes the one client of sskip to match the changed API.  (zpaint.c)
  1243.  
  1244. Changes clients to reflect the creation of sstring.h.  (iscan.h, zfilter.c)
  1245.  
  1246. Adds PSStringEncode as an accessible filter.  (zfilter.c)
  1247.  
  1248. Adds support for TrueType and Type 42 fonts.  (gs_fonts.ps, gs_ttf.ps,
  1249. gs_typ42.ps, bfont.h, icharout.h, ifont.h, zchar1.c, zchar42.c, zcharout.c,
  1250. zfont1.c, zfont2.c, zfont42.c)
  1251.  
  1252. Adds a few ANSI sheet sizes (commented out, for documentation only).
  1253. (gs_statd.ps)
  1254.  
  1255. Interpreter (PDF)
  1256. -----------------
  1257.  
  1258. Fixes bugs:
  1259.     - Clients who called pdfopen/close rather than runpdf could get an
  1260. error (PSLevel1 undefined).  (pdf_main.ps)
  1261.     - Some masked images were displayed with black and white inverted.
  1262. (gs_pdf.ps)
  1263.     - In Level 1 output produced by pdf2ps, images caused a syntaxerror.
  1264. (gs_pdf.ps)
  1265.     - If a PDF file had multiple xref sections and later sections added
  1266. new objects, an error occurred.  (pdf_main.ps)
  1267.     - Some very old Level 1 interpreters couldn't deal with a file
  1268. object embedded in a procedure.  (gs_pdf.ps)
  1269.  
  1270. Streams
  1271. -------
  1272.  
  1273. Fixes bugs:
  1274.     - The PSStringEncode filter didn't always produce printable 7-bit
  1275. output.  (sstring.c)
  1276.     - The CCITTFaxDecode filter didn't implement DamagedRowsBeforeError.
  1277. (scfx.h, scfd.c)
  1278.     - Interpolated images displayed nothing if the data stream ended
  1279. before the image height was reached.  (siscale.h, gsimage5.c, siscale.c)
  1280.  
  1281. Changes the sskip stream procedure so that it takes an additional argument
  1282. where it returns the actual number of bytes skipped.  THIS IS A
  1283. NON-BACKWARD-COMPATIBLE CHANGE in the API.  However, as far as we know,
  1284. there are no external clients of this procedure.  (stream.h, stream.c)
  1285.  
  1286. Splits up sfilter.h so that the headers correspond more directly with the
  1287. implementations.  (sfilter.h, sstring.h, sstring.c)
  1288.  
  1289. Library
  1290. -------
  1291.  
  1292. Fixes bugs:
  1293.     - The default device in the library configuration was device 1, not
  1294. device 0.  (bclib.mak, ugcclib.mak, watclib.mak, gslib.c)
  1295.     - Patterns could be rendered with small gaps between them.
  1296. (gspcolor.c)
  1297.     - Large characters could render inaccurately because of a numerical
  1298. boundary condition.  (gxpcopy.c)
  1299.     - The show_gstate pointer in the graphics state was not managed
  1300. properly, possibly leading to dangling pointers or GC errors.  (gsstate.c)
  1301.     - Bitmaps could get shifted to the left if ALPHA_LSB_FIRST was
  1302. selected (bug introduced in 3.53).  (gsbitops.c)
  1303.     - The garbage collector could move devices in memory, causing
  1304. problems with command list devices.  (gxdevice.h, gsdevice.c)
  1305.  
  1306. Continues restructuring the image handling code in preparation for adding a
  1307. high-level driver operation.  (gsimage[12345].c)
  1308.  
  1309. Starts to implement passing color mapping information (transfer function,
  1310. black generation, undercolor removal, CRD, halftoning) in the band list.
  1311. (gxfmap.h, gscolor.c, gscolor1.c, gsht1.c, gsstate.c)
  1312.  
  1313. Speeds up the path filling code a little more.  (gxdraw.c)
  1314.  
  1315. Removes the workaround for the gcc 2.7.0/1/2 optimizer bug, since this
  1316. turned out to cause more trouble than it was worth.  (stdpre.h)
  1317.  
  1318. Speeds up stroking dramatically for the case of butt or square caps, bevel
  1319. or beveled miter joins, and no fill adjustment, by filling parallelograms
  1320. and triangles directly rather than constructing and filling paths.  This is
  1321. an important common case for CAD drawings.  (gxdraw.h, gxdraw.c, gxstroke.c)
  1322.  
  1323. Adds support for TrueType and Type 42 fonts.  (gxfont.h, gxfont42.h,
  1324. gstype42.c)
  1325.  
  1326. Extends the memory manager to allow allocating objects that the garbage
  1327. collector won't move.  THIS IS A NON-BACKWARD-COMPATIBLE CHANGE for
  1328. implementors of memory managers, but clients aren't supposed to have any of
  1329. these.  (gsmemory.h, gsmemory.c, gsalloc.c)
  1330.  
  1331. Makes dynamically created instances of registered devices immovable.
  1332. (gsdevice.c)
  1333.  
  1334. Unifies gx_drawing_color with (makes it equivalent to) gx_device_color.
  1335. THIS IS A NON-BACKWARD-COMPATIBLE CHANGE for implementors of the
  1336. higher-level driver procedures (fill_path, stroke_path, fill_mask).  We
  1337. regret that this was necessary, but the documentation in drivers.doc does
  1338. warn the reader: "DO NOT ASSUME THESE OPERATIONS WILL REMAIN UNCHANGED IN
  1339. FUTURE RELEASES."  These three procedures, at least, should now be stable.
  1340. (gsdcolor.h, gxcindex.h, gxdcolor.h, gxdevice.h, gximage.h, gxpaint.h,
  1341. gxpcolor.h, gdevdflt.c, gdevpdf.c, gdevpdfi.c, gdevxalt.c, gsimage.c,
  1342. gsimage2.c, gspcolor.c, gxacpath.c, gxccache.c, gxcht.c, gxclpath.c,
  1343. gxclread.c, gxdcconv.c, gxdither.c, gxfill.c, gxdraw.c, gxht.c, gxpaint.c,
  1344. gxpcmap.c, gxstroke.c)
  1345.  
  1346. Version 3.65(limited) (3/9/96)
  1347. =====================
  1348.  
  1349. This release adds garbage collection for device instances.  ****** NOTE:
  1350. Because of changes in memory management, if you are using the MS Windows
  1351. driver (mswin), you must run with -dNOGC.  This is a temporary problem which
  1352. will be fixed before the next beta release.
  1353.  
  1354. Documentation
  1355. -------------
  1356.  
  1357. Documents the C API equivalent of a -d switch for setting a flag like
  1358. NOPAUSE.  (imain.h)
  1359.  
  1360. Splits off the NEWS entries for versions 3.0 through 3.33 into a new
  1361. file.  (history3.doc)
  1362.  
  1363. Adds a man page for ps2pdf.  (ps2pdf.1)
  1364.  
  1365. Documents the new memory management aspects of device drivers, and corrects
  1366. many other aspects of driver documentation that had become inaccurate.
  1367. (drivers.doc)
  1368.  
  1369. Updates the documentation for the gs_*.ps files.  (psfiles.doc)
  1370.  
  1371. Replaces .type1addpath with .type1execchar.  (language.doc)
  1372.  
  1373. Adds some more documentation on how band lists do read/write switching.
  1374. (gxclist.h)
  1375.  
  1376. Adds a reference to the new Genscript program, a free Ghostscript-based
  1377. replacement for enscript.  (README)
  1378.  
  1379. Notes that no further changes will be accepted for the gdevcdj.c file, which
  1380. has gotten completely out of hand.  (gdevcdj.c).
  1381.  
  1382. Documents the TextAlphaBits and GraphicsAlphaBits device parameters.
  1383. (language.doc)
  1384.  
  1385. Procedures
  1386. ----------
  1387.  
  1388. Fixes bugs:
  1389.     - gs_pdfwr.ps and pdf2ps.1 weren't installed on Unix systems.
  1390. (unix-end.mak)
  1391.     - The pdf2ps shell script didn't accept any options.  (pdf2ps)
  1392.     - The rule for srle.$(OBJ) incorrectly specified a dependency on
  1393. srld.c.  (lib.mak)
  1394.     - The rule for command lists didn't include stream.$(OBJ).
  1395. (lib.mak)
  1396.     - The stack size for one configuration was set too small.
  1397. (watclib.mak)
  1398.  
  1399. Speeds up genconf by eliminating redundant file reading and processing.
  1400. (genconf.c)
  1401.  
  1402. Moves the pixel-difference filters from int.mak to lib.mak.  (int.mak,
  1403. lib.mak)
  1404.  
  1405. Moves the library parts of the HSB color and Level 1 path (arcs, pathbbox,
  1406. path enumeration) options from int.mak to lib.mak, and adds them to the
  1407. library makefiles.  (int.mak, lib.mak; bclib.mak. ugcclib.mak, watclib.mak)
  1408.  
  1409. Utilities
  1410. ---------
  1411.  
  1412. Fixes bugs:
  1413.     - pdf2ps would fail if it encountered a font with a standard
  1414. encoding.  (pdf_2ps.ps)
  1415.  
  1416. Adds new switches to pdf2ps:
  1417.     -dPSBinaryOK allows writing binary image data in the output.
  1418. (pdf_2ps.ps)
  1419.     -dPSLevel1 forces Level 1 compatible output.  (int.mak,
  1420. unix-end.mak, gs_l2img.ps, gs_pdf.ps, pdf_2ps.ps, pdf_main.ps)
  1421.     -dPSNoProcSet causes the ProcSet to be loaded at run time, not at
  1422. conversion time -- primarily useful for debugging.  (pdf_2ps.ps)
  1423.  
  1424. Adds a utility for viewing PCX files, so we can preview high-resolution
  1425. output in a reasonable compressed format.  (unix-end.mak, viewpcx.ps)
  1426.  
  1427. Drivers
  1428. -------
  1429.  
  1430. Fixes bugs:
  1431.     - Some compilers require an extra #include to define structures even
  1432. if they are only referenced by pointers.  (int.mak, gdevpdf.c, gdevpdfp.c)
  1433.     - A procedure name was duplicated.  (gdevpdfi.c)
  1434.     - A pdfmark between a gsave and a grestore could cause a
  1435. rangecheck error.  (gdevpdfp.c)
  1436.     - A pdfmark between a gsave and a grestore could cause the
  1437. grestore to do an inappropriate initgraphics.  (gs_pdfwr.ps)
  1438.     - The pdfwrite driver could reinitialize the output file
  1439. unpredictably.  (gdevpdfp.c)
  1440.     - The PCX drivers didn't clear padding bytes at the ends of scan
  1441. lines.  (gdevpcx.c)
  1442.     - The PCX drivers didn't set the "version" field correctly (this was
  1443. OK in 2.6.1, bug introduced sometime since then).  (gdevpcx.c)
  1444.     - Whoever last touched the color inkjet drivers completely broke the
  1445. handling of the BitsPerPixel parameter, again.  We were able to half-fix it,
  1446. but the code is impossible to understand, let alone modify safely.
  1447. (gdevcdj.c)
  1448.     - Anti-aliased characters didn't work with banding.  (gxclpath.c)
  1449.     - The PGM/PPM drivers didn't recognize black-and-white pages for
  1450. optimization to PBM, only gray or colored.  (gdevpbm.c)
  1451.     - The color inkjet drivers initialized the params_size field of the
  1452. static instance incorrectly, resulting in garbage in the last few structure
  1453. members when instances were copied.  (gdevcdj.c)
  1454.     - The 24-bit PCX driver didn't pad each scan line to an even number
  1455. of bytes.  (gdevpcx.c)
  1456.     - The svga16 driver initialized its procedures incorrectly.
  1457. (gdevpcfb.c)
  1458.  
  1459. Adds text writing capability to the PDF writer.  In its present form, this
  1460. is a very bad hack: it only works for the 14 built-in fonts with their
  1461. standard encodings.  (gdevpdfx.h, gdevpdf.c, gdevpdfp.c, gdevpdft.c)
  1462.  
  1463. Adds garbage collection and finalization for device instances (gscdefs.h,
  1464. gsdevice.h, gxdevice.h, gconf.c, gdevmrop.c, gsdevice.c, gslib.c, gsmain.c).
  1465. (See the "Driver instance allocation" section of drivers.doc for more
  1466. details about what is required to make this work.)
  1467.  
  1468.     - When an open device is freed (explicitly, by garbage collection,
  1469. or by 'restore'), if the device was allocated dynamically by Ghostscript's
  1470. standard allocator, the device's close procedure will be called.  THIS IS A
  1471. NON-BACKWARD-COMPATIBLE CHANGE for dynamically created devices, which
  1472. formerly were not closed automatically, even when Ghostscript exited.
  1473.  
  1474.     - Device instances allocated in GC-able space will be traced
  1475. like other objects, assuming they have proper structure descriptors.
  1476.  
  1477. Provides a (very slow but correct) default implementation of copy_alpha.
  1478. (gxcindex.h, gdevdflt.c, gsimage4.c)
  1479.  
  1480. Removes the implementation of copy_alpha in gdevpbm.c, since this is now
  1481. implemented (more efficiently) in gdevm24.c.  (gdevpbm.c)
  1482.  
  1483. Adds TextAlphaBits and GraphicsAlphaBits as readable parameters for all
  1484. devices.  (gsdparam.c, gdevpbm.c, gdevsvga.c)
  1485.  
  1486. Platforms
  1487. ---------
  1488.  
  1489. Fixes bugs:
  1490.     - There were some attempts to coerce long to short pointers
  1491. on segmented platforms.  (gsdparam.c, gstype1.c)
  1492.     - The stack could overflow on the 16-bit MS Windows platform.
  1493. (gxfill.c, gxclread.c)
  1494.     - The DLL callback parameter for window resize events was computed
  1495. incorrectly on 16-bit systems.  (gdevwdib.c)
  1496.     - A file included gxdevice.h unnecessarily.  (bcwin.mak,
  1497. bcwin32.mak, msvcwint.mak, gp_mswin.c)
  1498.  
  1499. Interpreter
  1500. -----------
  1501.  
  1502. Fixes bugs:
  1503.     - Storing into a read-only dictionary with def or store was
  1504. allowed.  (dstack.h)
  1505.     - If the interpreter allocated extra space for a dictionary
  1506. to round its storage size up to a power of 2, it was possible for
  1507. length to exceed maxlength.  (idict.c, iinit.c)
  1508.     - The if and ifelse operators didn't check that their
  1509. 'procedure' arguments were actually procedures.  (interp.c, zcontrol.c)
  1510.     - The undef operator was defined even in Level 1
  1511. configurations.  (We need this capability for all configurations, so
  1512. we always define .undef.)  (zdict.c, gs_*.ps, pdf_*.ps)
  1513.     - In Level 1 configurations, copying a dictionary should copy the
  1514. access attributes, but it didn't.  We have to work around this
  1515. compatibility quirk in a lot of places.  (gs_cidfn.ps, gs_cmap.ps,
  1516. gs_dps1.ps, gs_fonts.ps, gs_init.ps, gs_l2img.ps, gs_lev2.ps, gs_pdf.ps,
  1517. gs_pfile.ps, gs_res.ps, gs_setpd.ps, gs_type1.ps, zdict.c)
  1518.     - DSC comments that crossed a buffer boundary didn't call the
  1519. scan_dsc_proc.  (iscan.c)
  1520.     - "statusdict /setpage get exec" caused an error.  (gs_statd.ps)
  1521.     - The default size of systemdict had become slightly too small.
  1522. (iinit.c)
  1523.     - Doing a showpage or copypage would cause the equivalent of a
  1524. setpagedevice at the next restore or grestore.  We aren't entirely sure that
  1525. the fix we made doesn't have bad side-effects.  (gs_setpd.ps)
  1526.     - Not all filters accepted (and ignored) an optional dictionary
  1527. parameter on the stack.  (ifilter.h, zfbcp.c, zfdecode.c, zfilter.c,
  1528. zfilterx.c, zfzlib.c, zmisc1.c)
  1529.     - The PixelDifference filters required a Columns parameter, rather
  1530. than defaulting it to 1.  (spdiffx.h, zfdecode.c)
  1531.     - Contrary to the NEWS entry for release 3.60, the LZW filters did
  1532. not implement pixel differencing.  (zfdecode.c, zfilter2.c)
  1533.     - readstring with a 0-length string didn't signal a rangecheck.
  1534. This doesn't make a lot of sense to me, but it's what the Adobe
  1535. documentation specifies.  Unfortunately, we have to work around this in a
  1536. number of places that assumed the sensible definition (return () true
  1537. without reading anything).  (gs_l2img.ps, pdf_font.ps, zfileio.c)
  1538.     - Encoded number strings didn't work (bug introduced in 3.64).
  1539. (ibnum.c)
  1540.     - The allocator could produce spurious "free large 0x...... chunk
  1541. not found" messages.  (These didn't cause any harm, but they were
  1542. disturbing.)  (gsalloc.c)
  1543.  
  1544. Changes the default transfer function for high-resolution devices so
  1545. that it is the identity function if the device is continuous-tone.
  1546. (gs_init.ps)
  1547.  
  1548. Undoes the "subversion" of zgetdevice noted in release 3.61, since it
  1549. is now possible to copy devices safely.  (zdevice.c)
  1550.  
  1551. Changes the implementation of the garbage collector and restore so that
  1552. object finalization code may safely free objects.  (igc.c, isave.c)
  1553.  
  1554. Reimplements essentially all of Type 1 BuildChar in C.  (gs_init.ps,
  1555. gs_type0.ps (deleted), gs_type1.ps, ifont.h, zchar.c, zchar1.c, zfont.c)
  1556.  
  1557. Reimplements DISKFONTS as a separate feature (diskfont.dev), and changes it
  1558. to use Type 4 fonts rather than special machinery.  Currently this feature
  1559. is included only in the makefiles for 16-bit architectures.  (bc.mak,
  1560. bcwin.mak, int.mak, tc.mak, gs_diskf.ps, gs_fonts.ps, gs_type1.ps)
  1561.  
  1562. Converts the library search path from a list of strings to a (PostScript)
  1563. array of strings, one string per directory.  (iminst.h, main.h, gs.c,
  1564. gsmain.c, zfile.c)
  1565.  
  1566. Adds a hook procedure scan_comment_proc for processing all comments,
  1567. similar to scan_dsc_proc.  If both are set, scan_comment_proc is used only
  1568. for non-DSC comments.  (iscan.h, iscan.c)
  1569.  
  1570. Interpreter (PDF)
  1571. -----------------
  1572.  
  1573. Fixes bugs:
  1574.     - Encrypted PDF files produced a random error (usually ioerror in
  1575. --token--) rather than a meaningful message.  (pdf_main.ps)
  1576.     - Color space setting didn't work.  (gs_pdf.ps)
  1577.     - The algorithm for skipping a possible blank line following the
  1578. 'stream' keyword wasn't robust enough.  (We aren't sure the new algorithm is
  1579. exactly right, either.)  (pdf_base.ps)
  1580.  
  1581. Gets rid of the special handling of the LZW decoding filter, since the
  1582. filter itself now handles the Predictor facility.  (pdf_base.ps)
  1583.  
  1584. Streams
  1585. -------
  1586.  
  1587. Fixes bugs:
  1588.     - Configurations with LZW encoding but not decoding had an
  1589. undefined reference.  (lib.mak, slzwc.c, slzwd.c)
  1590.     - The LZW-compatible encoder didn't provide a 'reset' procedure.
  1591. (slzwce.c)
  1592.     - The PixelDifference filters didn't work for most parameter
  1593. combinations in which each pixel took up more than 1 byte.  (spdiff.c)
  1594.     - Temporary write streams could cause an infinite loop.  (We only
  1595. need such streams for the Predictor = 2 case of LZWEncode: this is why the
  1596. bug never showed up before.)  (stream.c)
  1597.  
  1598. Adds an optional reinitialization procedure to the stream template.  Note
  1599. that this is not the same as the PostScript 'reset' operation or the stream
  1600. resetting operation invoked by sreset: the reinit procedure in the template
  1601. reinitializes any internal state of the encoder or decoder without affecting
  1602. buffered data.  (scommon.h, strimpl.h, sbcp.c, sbhc.c, slzwce.c, slzwd.c,
  1603. slzwe.c, smtf.c, spdiff.c, srle.c) ****** NOT DONE YET: sbwbs.c, szlibd.c,
  1604. szlibe.c
  1605.  
  1606. Adds a decoding stream for the run-length compression used in PCX.
  1607. (spcxx.h, spcxd.c)
  1608.  
  1609. Library
  1610. -------
  1611.  
  1612. Fixes bugs:
  1613.     - A recent edit introduced an extraneous right parenthesis.
  1614. (gpcheck.h)
  1615.     - A minor nit in a macro could cause incorrect grouping of 'if'
  1616. statements under implausible conditions.  (gsmdebug.h)
  1617.     - The first data plane buffer of an image enumerator didn't get
  1618. marked during garbage collection.  (gsimage.c)
  1619.     - The Watcom C compiler required splitting up a declaration.
  1620. (gxcmap.h)
  1621.     - The extern declarations for the tables in gconf.c weren't gathered
  1622. together in one place.  (gscdefs.h, gxiodev.h, gconf.c, gsdevice.c, gslib.c,
  1623. gsinit.c, gsiodev.c)
  1624.     - charpath and show produced different output.  We fixed this by
  1625. undoing a "bug fix", introduced in version 2.9, which suppressed hinting and
  1626. coordinate rounding for charpath; we aren't sure this won't cause some
  1627. obscure problems to reappear.  (gstype1.c)
  1628.     - Clipping with a rectangle usually created a 3-rectangle clipping
  1629. list, slowing down all drawing operations (performance bug only).
  1630. (gxacpath.c)
  1631.     - stroking in a rotated coordinate system sometimes thought lines
  1632. were always thin when they actually weren't.  (gxstroke.c)
  1633.     - An unsigned quantity wasn't properly converted to signed, possibly
  1634. causing band path coordinates to get mangled.  (gxclread.c)
  1635.     - A bug in the Borland compiler caused an unsigned quantity to be
  1636. interpreted as signed, causing band path coordinates to get mangled.
  1637. (gxclread.c)
  1638.  
  1639. Changes structure type pointers on 16-bit segmented systems to full
  1640. 32-bit pointers.  This will increase time and space requirements very
  1641. slightly on these systems.  (gsmemory.h, gxobj.h)
  1642.  
  1643. Changes the memory manager so that object finalization code may safely free
  1644. objects.  (gsmemory.h, gsstruct.h, gsalloc.c, gsmemory.c)
  1645.  
  1646. Refactors the Type 1 CharString interpreter so it can be included in
  1647. the imager library.  (gstype1.h, gxtype1.h, gstype1.c)
  1648.  
  1649. Starts to refactor the implementation of band lists in memory so that it can
  1650. use any encoding/decoding filter.  Currently this choice is made at compile
  1651. time, but it could easily be made dynamic.  (gxclmem.h, gxclmem.c)
  1652.  
  1653. Starts to refactor image rendering so that, like path filling and stroking,
  1654. it only uses imager state and can be done after banding.  (gxcmap.h,
  1655. gxdraw.h, gximage.h, gsimage*.c, gxcmap.c)
  1656.  
  1657. Speeds up copy_mono for 2-bit-per-pixel devices a little.  (gdevm2.c)
  1658.  
  1659. Implements an optimized copy_alpha for 24-bit memory devices.  (gdevmem.h,
  1660. gdevm24.c)
  1661.  
  1662. Speeds up filling rectangles significantly.  (gsbitops.c)
  1663.  
  1664. Changes the band list rasterizer to use the memory space of the device
  1665. rather than the C heap: our allocator is considerably faster than malloc.
  1666. (gxclread.c)
  1667.  
  1668. Speeds up stroking a little, especially in 90 degree rotated coordinate
  1669. systems.  (gxstroke.c)
  1670.  
  1671. Version 3.64(limited, incremental) (1/27/96)
  1672. ==================================
  1673.  
  1674. This release fixes a few more bugs, including some serious bugs in band
  1675. lists, and adds pdfmark processing to the PDF writer.  The PDF writer is
  1676. still not fit for real use, since it converts all text characters into 720
  1677. dpi bitmaps and turns images into zillions of tiny rectangles (!), but it
  1678. should be producing legal output.
  1679.  
  1680. Documentation
  1681. -------------
  1682.  
  1683. Fixes bugs:
  1684.     - Frans van Hoesel's e-mail address was incorrect.  (gdevdjet.c)
  1685.     - The man page for ansi2knr was out of date.  (ansi2knr.1)
  1686.     - The description of a procedure was out of date.  (gxdcolor.h)
  1687.  
  1688. Notes that several "optional" features are required in order to obtain the
  1689. full PostScript Level 1 functionality at the library level.  (lib.doc)
  1690.  
  1691. Documents the top-level interpreter API.  (imain.h)
  1692.  
  1693. Adds details on differences between the imager API and the PostScript
  1694. graphics operators.  (lib.doc)
  1695.  
  1696. Notes (here, in NEWS) that the change for device prototypes in 3.61 made the
  1697. protection attributes of a device significant for the first time.  Only the
  1698. writable attribute is significant so far.  (news)
  1699.  
  1700. Procedures
  1701. ----------
  1702.  
  1703. Fixes bugs:
  1704.     - The .dev rules in the library makefiles didn't list echogs as a
  1705. dependency.  (jpeg.mak, libpng.mak, zlib.mak)
  1706.     - The install rule tried to install gs.1.1 etc. rather than gs.1
  1707. etc.  (unix-end.mak)
  1708.     - The install rule tried to install some nonexistent *.1 files.
  1709. (unix-end.mak)
  1710.  
  1711. Adds 'help' and '?' procedures to assist users who don't read the
  1712. documentation.  (gs_init.ps)
  1713.  
  1714. Adds -A-, -E-, and -Z-... to turn off debugging flags.  (gs.c)
  1715.  
  1716. Adds a -dDELAYBIND switch to delay binding operators, to allow special
  1717. packages like pstotext to redefine them.  (gs_init.ps)
  1718.  
  1719. Utilities
  1720. ---------
  1721.  
  1722. Fixes bugs:
  1723.     - Fonts produced by rollconv.ps left a couple of items on the
  1724. operand stack, and left array packing set to true.  (rollconv.ps)
  1725.  
  1726. Makes ansi2knr require that the first token after a function header be a
  1727. left brace on the next line, so it can cope with some macros in IJG release
  1728. 6a.  Also updates it to work better without the GNU configure machinery, and
  1729. on some old compilers.  (ansi2knr.c)
  1730.  
  1731. Changes align.ps so it can be used directly to determine the margin
  1732. parameters.  (align.ps, psfiles.doc)
  1733.  
  1734. Drivers
  1735. -------
  1736.  
  1737. Fixes bugs:
  1738.     - The TIFF/F (G3 and G4) drivers were broken (bug introduced in
  1739. 3.60).  (gdevtfax.c)
  1740.     - The PDF writer produced invalid output for 0-width, 0-height
  1741. images.  (gdevpdfi.c)
  1742.     - The PDF writer wasn't a page device.  (gdevpdf.c)
  1743.     - The PDF writer assigned the Contents node rather than the Pages
  1744. node as the Parent of each page.  (gdevpdfx.h, gdevpdf.c)
  1745.  
  1746. Corrects the margin information for the DeskJet printers to be the actual
  1747. values observed on a printer; all of the values in the file were wrong.
  1748. (gdevdjet.c)
  1749.  
  1750. Adds pdfmark recognition and conversion to the PDF writer.  All documented
  1751. pdfmarks (ANN, ARTICLE, DEST, DOCINFO, DOCVIEW, LNK, OUT, PAGE, PAGES, PS)
  1752. are recognized and converted, but some of them are not converted correctly.
  1753. (gs_pdfwr.ps, gdevpdfx.h, gdevpdf.c, gdevpdfm.c)
  1754.  
  1755. Adds recognition of all Distiller parameters, except *ImageDict, to the PDF
  1756. writer.  Currently only ASCII85EncodePages actually has any effect.
  1757. (gs_pdfwr.ps, gdevpdfx.h, gdevpdfp.c)
  1758.  
  1759. Ensures that PDF output files include at least a default Info dictionary.
  1760. (gdevpdf.c)
  1761.  
  1762. Changes the handling of coordinates in PDF output files so that the scale is
  1763. always 72 dpi, and so that each graphics operator is on a line by itself,
  1764. for compatibility with Adobe Illustrator.  (gdevpdfx.h, gdevpdf*.c)
  1765.  
  1766. Adds a driver for ImageMagick's MIFF format.  The driver currently only
  1767. produces 24-bit, direct color, RLE compressed output.  (gdevmiff.c)
  1768.  
  1769. Platforms
  1770. ---------
  1771.  
  1772. Changes the gp_check_interrupts platform procedure so that instead of just
  1773. returning a Boolean, it can now also return a negative error code.  THIS IS
  1774. (THEORETICALLY) A NON-BACKWARD-COMPATIBLE CHANGE.  However, since all
  1775. implementations of this procedure should only have been returning 0 or 1 up
  1776. to now, no existing code should need to be changed.  (gpcheck.h, gsmisc.c)
  1777.  
  1778. Interpreter
  1779. -----------
  1780.  
  1781. Fixes bugs:
  1782.     - devicenames was accidentally deleted.  (gs_init.ps)
  1783.     - -dFAKEFONTS could cause the memory manager to waste a lot of time.
  1784. (gs_dps1.ps)
  1785.     - Using -r or -dFIXEDMEDIA with a non-page device caused an error.
  1786. (gs_init.ps)
  1787.     - A VMS compiler reserves the word "readonly", which was used as a
  1788. parameter name.  (imain.h, gsmain.c)
  1789.     - A garbage collection during the execution of x/y/xyshow with an
  1790. array providing the values could get confused.  (ibnum.h, ichar.h, stream.h,
  1791. ibnum.c, iscanbin.c, zchar.c, zchar2.c, zdps1.c, zupath.c)
  1792.     - Errors in encoded number strings produced a typecheck rather than
  1793. a rangecheck error.  (ibnum.c, zupath.c)
  1794.  
  1795. Updates the DCT filters for IJG release 6a.  (zfdctc.c)
  1796.  
  1797. Provides an API call for getting the real stdio files.  (imain.h,
  1798. gs.c, gsmain.c)
  1799.  
  1800. Streams
  1801. -------
  1802.  
  1803. Fixes bugs:
  1804.     - If the CCITTFaxEncode stream encountered an output buffer boundary
  1805. while processing the last scan line of input, it could fail to process some
  1806. the scan line.  (scfe.c)
  1807.     - A couple of pointers weren't always initialized, possibly
  1808. confusing the garbage collector.  (stream.c)
  1809.     - The weighting coefficient structures used for image scaling
  1810. weren't declared properly for the garbage collector.  (siscale.h, siscale.c)
  1811.  
  1812. Library
  1813. -------
  1814.  
  1815. Fixes bugs:
  1816.     - Unrotated patterns always used the bounding box size as the step,
  1817. rather than XStep/YStep.  (gspcolor.c)
  1818.     - Alpha computations for graphics could be seriously incorrect (bug
  1819. introduced in 3.6x).  (gdevabuf.c)
  1820.     - The length of the next_data_x command for the fill_mask operation
  1821. was incorrect, causing the band list to become confused (bug introduced in
  1822. 3.63).  (gxclpath.c)
  1823.     - An extern was omitted, causing linker warnings.  (gxdevice.h)
  1824.     - RasterOps could cause an invalid access because the palette
  1825. for a memory device wasn't set.  (gdevmrop.c)
  1826.     - gximage.h was included unnecessarily.  (gspaint.c)
  1827.     - Color screens caused a segmentation fault (bug introduced in
  1828. 3.6x).  (gxcht.c)
  1829.     - cshow returned the width in an incorrect coordinate system.
  1830. (gscoord.h, gschar.c)
  1831.     - Filling or stroking a path that lay entirely off the page in the
  1832. +X or +Y direction could corrupt memory (bug introduced in 3.6x).
  1833. (gxclpath.c)
  1834.     - When banding, painting characters with halftones produced random
  1835. results (bug introduced in 3.6x).  (gxclpath.c)
  1836.     - When banding, characters could get clipped when they shouldn't be
  1837. (bug introduced in 3.6x).  (gxclpath.c)
  1838.     - The default implementation of fill_mask could discard clipped
  1839. bitmaps (bug introduced in 3.6x).  (gdevdflt.c)
  1840.     - Non-halftoned 24-bit colors could get garbled when banding (bug
  1841. introduced in 3.6x).  (gxclist.c)
  1842.     - When banding, if a stroked path had subpaths that fell entirely
  1843. outside the current band, the rest of the path was drawn in the wrong place
  1844. (bug introduced in 3.6x).  (gxclpath.c)
  1845.  
  1846. Speeds up image interpolation on machines with slow floating point.
  1847. (siscale.h, siscale.c)
  1848.  
  1849. Speeds up interpolated images when using device color spaces.  (gxcvalue.h,
  1850. gxfrac.h, gdevht.c, gxcmap.c, gsimage.c, gsimage3.c)
  1851.  
  1852. Speeds up color mapping a little by removing tests and calls in favor of
  1853. code copying.  (gxcmap.c)
  1854.  
  1855. Implements RasterOp for 24-bit RGB devices.  (gdevm8.c, gdevm24.c,
  1856. gdevmrop.c)
  1857.  
  1858. Version 3.63(limited, incremental) (1/14/96)
  1859. ==================================
  1860.  
  1861. This release has the usual collection of bug fixes, and two significant
  1862. additions: AccurateScreens, and the first draft of a PostScript->PDF
  1863. converter ("distiller").
  1864.  
  1865. Documentation
  1866. -------------
  1867.  
  1868. Fixes bugs:
  1869.     - Some documentation for pstoppm.ps was out of date.  (psfiles.doc)
  1870.     - Documentation for acctest.ps, view*.ps, and zeroline.ps was
  1871. missing.  (psfiles.doc)
  1872.     - The documentation for rollconv.ps omitted the .CSR file.
  1873. (rollconv.ps)
  1874.  
  1875. Removes an inappropriate RCS Id line.  (gs.1)
  1876.  
  1877. Adds a list of paper sizes to the man page.  (gs.1)
  1878.  
  1879. Suggests that driver authors use parameterization rather than copying when
  1880. possible.  (drivers.doc)
  1881.  
  1882. Adds an announcement of Ghostscript support on CompuServe.  (README)
  1883.  
  1884. Documents the new -dCOLORSCREEN switch and the existing -dDITHERPPI=lpi
  1885. switch.  (use.doc)
  1886.  
  1887. Notes that the OS/2 implementation now requires EMX/GCC 0.9b rather than
  1888. 0.9a.  (install.doc)
  1889.  
  1890. Adds some new man pages.  (pdf2ps.1, ps2ascii.1)
  1891.  
  1892. Greatly expands lib.doc.  (lib.doc)
  1893.  
  1894. Procedures
  1895. ----------
  1896.  
  1897. Fixes bugs:
  1898.     - The pg target for Unix platforms didn't include some necessary
  1899. additional X11 libraries.  (unix-end.mak)
  1900.     - The Unix library makefile didn't define CCAUX or CCLEAF.
  1901. (ugcclib.mak)
  1902.     - Unix systems didn't `install' some .ps files.  (unix-end.mak)
  1903.  
  1904. Extends genconf so that features at the library level can have
  1905. initialization procedures.  (gconf.c, genconf.c, gsinit.c)
  1906.  
  1907. Adds a -dCOLORSCREEN[=false] switch to force enabling or disabling of
  1908. 4-color screens.  (gs_init.ps, gs_setpd.ps)
  1909.  
  1910. Utilities
  1911. ---------
  1912.  
  1913. Fixes bugs:
  1914.     - The prfont utility didn't leave enough of a margin on the left.
  1915. (prfont.ps)
  1916.     - The ps2ascii utility still created files _temp_.out and _temp_.err
  1917. even though they are no longer used.  (ps2ascii.ps)
  1918.     - The acctest.ps file was empty, rather than including a test
  1919. program.  (acctest.ps)
  1920.  
  1921. Adds ps2pdf[.bat] scripts for invoking the new pdfwrite driver.  (ps2pdf,
  1922. ps2pdf.bat, unix-end.mak)
  1923.  
  1924. Drivers
  1925. -------
  1926.  
  1927. Fixes bugs:
  1928.     - The x11alpha driver had a patch that suppressed output in many
  1929. cases.  (gdevxalt.c)
  1930.     - The X driver set up a parameter incorrectly in copy_color.
  1931. (gdevx.c)
  1932.     - An explicit cast was needed to handle a 'const' problem.
  1933. (gdevpng.c)
  1934.  
  1935. Adds a pdfwrite driver that creates syntactically correct PDF output.  The
  1936. output is only reasonable for fill/stroke graphics, not for text or images.
  1937. (iscan.h, sa85x.h, sfilter.h, gdevpdf.c, sfilter2.c, zfdecode.c)
  1938.  
  1939. Platforms
  1940. ---------
  1941.  
  1942. Fixes bugs:
  1943.     - The test for WinExec failure on Win32 was incorrect.  (gp_mswin.c)
  1944.     - getenv was declared redundantly on OS/2.  (gp_os2.c)
  1945.     - gs16spl.c was missing <string.h>.  (gs16spl.c)
  1946.  
  1947. Interpreter
  1948. -----------
  1949.  
  1950. Fixes bugs:
  1951.     - Images read data in smaller and smaller increments (performance
  1952. bug only).  (zpaint.c)
  1953.     - Images with MultipleDataSources=true and two or more DataSources
  1954. referencing the same stream could get confused.  (zpaint.c)
  1955.     - Invoking setpagedevice with an undefined key, even with Policy =
  1956. 1, caused an error.  (gs_setpd.ps)
  1957.     - IEEE floats in binary tokens or encoded number strings were read
  1958. incorrectly on CPUs that use non-IEEE floating point.  (ibnum.c)
  1959.  
  1960. Adds a 'const' to the second parameter of zimage_setup.  (zimage2.c,
  1961. zpaint.c)
  1962.  
  1963. Encapsulates the filling of free memory blocks in a macro.  (igc.c,
  1964. igcstr.c)
  1965.  
  1966. Interpreter (PDF)
  1967. -----------------
  1968.  
  1969. Fixes bugs:
  1970.     - If the first line of a file began with % but the line was longer
  1971. than 255 characters, an error occurred.  (pdf_main.ps)
  1972.     - Masked images didn't set the color before drawing.  (gs_pdf.ps)
  1973.     - Extraneous blank lines in the trailer or cross-reference region
  1974. caused an error.  (pdf_base.ps, pdf_main.ps)
  1975.  
  1976. Streams
  1977. -------
  1978.  
  1979. Speeds up image interpolation a little.  Much more could be still be done.
  1980. (siscale.c)
  1981.  
  1982. Library
  1983. -------
  1984.  
  1985. Fixes bugs:
  1986.     - An error in handling a boundary condition could cause a horizontal
  1987. streak of pixels to be turned on or off when it shouldn't be.  (gxfill.c)
  1988.     - The new scan-line-based filling loop could write pixels twice.
  1989. (The old trapezoid-based loop still does write pixels twice.)  (gxfill.c)
  1990.     - For multi-plane images, gs_image_next only sets *pused for the
  1991. last plane; this wasn't documented.  (gsimage.h)
  1992.     - Images with MultipleDataSources=true and two or more DataSources
  1993. referencing the same stream could get confused.  (gsimage.h, gsimage0.c)
  1994.     - 12-bit gray images caused an invalid memory access.  (gsimage.c)
  1995.     - Nearly-zero-thickness lines didn't get filled, because the hack
  1996. that compensates for this peculiarity of the MS Windows PostScript driver
  1997. accidentally got disabled.  (gxfill.c)
  1998.     - Some casts to remove 'const' were omitted.  (gxclread.c)
  1999.     - 1-line-high bitmaps could get written in the band list with an
  2000. inconsistent number of bytes, causing errors when reading.  (gxcldev.h,
  2001. gxclbits.c, gxclist.c, gxclpath.c, gxclread.c)
  2002.     - Isolated dots produced by round caps usually disappeared.  (They
  2003. still disappear sometimes.)  (gxstroke.c)
  2004.     - On 16-bit platforms, the computation of t2 and t3 in
  2005. gx_curve_x_at_y could overflow, leading to incorrect output.  (gxpcopy.c)
  2006.     - Stroking horizontal or vertical lines could produce variations of
  2007. 1 pixel in the line width.  (gxstroke.c)
  2008.     - The default clipping region for band rendering was too large,
  2009. leading to wasted work.  (gxclread.c)
  2010.     - Guarantees no double pixel writing when necessary, i.e., when a
  2011. non-idempotent RasterOp is selected.  (gsropt.h, gxfill.c)
  2012.     - For unrotated black-and-white images, one column of pixels at the
  2013. right edge of the image might be incorrect.  (gsimage1.c)
  2014.     - A const pointer was passed inappropriately.  (gxistate.h,
  2015. gscoord.c)
  2016.     - CIE color conversion could address 1 element beyond the end of an
  2017. array, with unpredictable results.  (gscie.c)
  2018.  
  2019. Separates out the higher-level band list facilities, so they can be an
  2020. optional feature.  (lib.mak, gxcldev.h, gxclpath.h, gxclbits.c, gxclist.c,
  2021. gxclpath.c, gxclread.c)
  2022.  
  2023. Implements bitmap (fill_mask) clipping in the band list.  (gxcldev.h,
  2024. gxclpath.h, gxclist.c, gxclpath.c, gxclread.c)
  2025.  
  2026. Starts to separate out the RasterOp facility as an optional feature.
  2027. (lib.mak, gxdevice.h, gxdevrop.h, gdevdflt.c, gdevmrop.c)
  2028.  
  2029. Encapsulates the filling of free memory blocks in a macro, at the request of
  2030. a licensee.  (gdebug.h, gsmdebug.h, gsmemory.h, gs.c, gsalloc.c, gsmemory.c,
  2031. gxbcache.c)
  2032.  
  2033. Speeds up fill_rectangle for 32-bit devices.  (gdevm32.c)
  2034.  
  2035. Speeds up path writing in band lists a little.  (gxclpath.c)
  2036.  
  2037. Implements AccurateScreens along the lines described in the Adobe
  2038. documentation.  The current implementation can produce very large
  2039. super-cells, so it will not always be able to actually increase the screen
  2040. accuracy.  (gxdht.h, gsht.c, gshtscr.c)
  2041.  
  2042. Version 3.62(limited, incremental) (12/26/95)
  2043. ==================================
  2044.  
  2045. This release makes some licensee-requested improvements in the garbage
  2046. collector and fixes a couple of minor bugs.  It also constitutes a
  2047. checkpoint for the forthcoming forked 3.53 release.
  2048.  
  2049. Documentation
  2050. -------------
  2051.  
  2052. Notes that for Win32s, gs16spl.exe must be in the same directory as
  2053. gswin32.exe.  (install.doc)
  2054.  
  2055. Changes `3.N' to a real version number in the man page.  (gs.1)
  2056.  
  2057. Adds a reference to dos-psv, another "dumb terminal" user interface for
  2058. Ghostscript intended for MS-DOS users.  (README)
  2059.  
  2060. Procedures
  2061. ----------
  2062.  
  2063. Fixes bugs:
  2064.     - The stack size for some of the PC platforms was set too small.
  2065. (watc.mak, watcwin.mak)
  2066.  
  2067. Changes the default value of ORIENT1 from false to true, i.e., assumes that
  2068. a value of 1 for the orientation parameter of setpageparams indicates
  2069. portrait orientation.  THIS IS A NON-BACKWARD-COMPATIBLE CHANGE.  It only
  2070. affects files created for roll-media imagesetters.  (gs_init.ps, use.doc)
  2071.  
  2072. Interpreter
  2073. -----------
  2074.  
  2075. Fixes bugs:
  2076.     - The definition of the op_index_op_array_table macro had an
  2077. incorrect trailing semicolon.  (opdef.h)
  2078.     - Setting the PageSize policy to 1 and then trying to set the page
  2079. size caused an error if FIXEDMEDIA was selected.  (gs_setpd.ps)
  2080.  
  2081. Changes the garbage collector marking phase so that instead of just using a
  2082. single block (allocated, free, or default) for the mark stack, it can chain
  2083. all three types of block together.  (igc.h, igc.c, igcstr.c, ilocate.c)
  2084.  
  2085. Refactors the garbage collector slightly to reduce inter-module
  2086. dependencies.  (int.mak, igc.h, igcstr.h, igcstr.c)
  2087.  
  2088. Changes the garbage collector to keep track of ranges within each chunk that
  2089. must be scanned if the mark stack overflows.  (gxalloc.h, igc.c)
  2090.  
  2091. Adds [write]===[only] procedures, which act like == but also print the
  2092. contents of dictionaries, and ppstack, which acts like pstack but uses ===.
  2093. Changes ESTACKPRINT and OSTACKPRINT to use === rather than ==.  (gs_init.ps,
  2094. gs_setpd.ps)
  2095.  
  2096. Interpreter (PDF)
  2097. -----------------
  2098.  
  2099. Fixes bugs:
  2100.     - If a PDF file substituted a calibrated color space for the
  2101. DeviceGray or DeviceRGB color space using a ColorSpace resource, the
  2102. PostScript file that pdf2ps produced from that PDF file caused an error.
  2103. (gs_pdf.ps)
  2104.  
  2105. Library
  2106. -------
  2107.  
  2108. Fixes bugs:
  2109.     - The debugging code for checking the sorting of line lists didn't
  2110. check for an empty list.  (gxfill.c)
  2111.  
  2112. Version 3.61(limited) (12/10/95)
  2113. =====================
  2114.  
  2115. This limited release fixes a few bugs (including a couple that significantly
  2116. affected character quality) and also includes some substantial performance
  2117. improvements.
  2118.  
  2119. Documentation
  2120. -------------
  2121.  
  2122. Fixes bugs:
  2123.     - The directory name for the PNG library was incorrect.
  2124. (libpng.mak)
  2125.     - The analysis of curve monotonocity in gxpcopy.c had an error.
  2126. (gxpcopy.c)
  2127.  
  2128. Changes the subdirectory names for zlib and libpng to be consistent.
  2129. (make.doc)
  2130.  
  2131. Documents a possible problem with object file format incompatibilities in
  2132. certain versions of Linux.  (make.doc)
  2133.  
  2134. Documents the new distinction between devices and device prototypes.
  2135. (language.doc)
  2136.  
  2137. Adds a pointer to DEC's free pstotext utility.  (README)
  2138.  
  2139. Procedures
  2140. ----------
  2141.  
  2142. Fixes bugs:
  2143.     - zlib.mak omitted some files in the encoding module dependencies.
  2144. (zlib.mak)
  2145.     - os2.mak referred to png.mak rather than libpng.mak.  (os2.mak)
  2146.     - The png devices didn't include gdevpccm.$(OBJ) as a required file.
  2147. (devs.mak)
  2148.     - Some modules in lib.mak referred to stream.h, which was defined in
  2149. int.mak.  (int.mak, lib.mak)
  2150.     - Quite a few dependencies on header files were missing from the
  2151. makefiles.  (int.mak, lib.mak, *.mak)
  2152.  
  2153. Adds a 'pg' target to the Unix makefiles, for building profiling
  2154. configurations.  (unix-end.mak)
  2155.  
  2156. Utilities
  2157. ---------
  2158.  
  2159. Fixes bugs:
  2160.     - Type 1 fonts in which some characters are defined by PostScript
  2161. procedures couldn't be compiled.  (ccfont.h, iccfont.c, font2c.ps)
  2162.     - pdf2ps didn't write Widths or Encoding in the converted file,
  2163. producing incorrect spacing and incorrect characters.  (pdf_2ps.ps)
  2164.     - markhint.ps didn't handle the Type 1 'div' operator, causing
  2165. typecheck errors.  (markhint.ps)
  2166.     - markhint.ps ignored the hstem3 and vstem3 hints.  (markhint.ps)
  2167.  
  2168. Changes the rollconv.ps utility to produce files whose names conform to the
  2169. 8.3 length restriction, and to reduce the fixed RAM overhead for Kanji
  2170. fonts.  (rollconv.ps)
  2171.  
  2172. Adds a utility for detecting compiler problems that affect Ghostscript.
  2173. (bughunt.sh)
  2174.  
  2175. Drivers
  2176. -------
  2177.  
  2178. Adds anti-aliasing capability (-dTextAlphaBits and -dGraphicsAlphaBits) to
  2179. the PGM and PPM drivers.  (gdevpbm.c)
  2180.  
  2181. Declares the static_procs member of the device structure as const *.  This
  2182. should have been done a long time ago!  (drivers.doc, gxdevice.h)
  2183.  
  2184. Platforms
  2185. ---------
  2186.  
  2187. Fixes bugs:
  2188.     - Printing didn't work in 32-bit MS Windows environments.
  2189. (bcwin32.mak, gdevmswn.c, gp_mswin.c)
  2190.     - There were some compatibility problems with IBM C.  (os2.mak,
  2191. gsdll.h, gdevpm.c, gp_os2.c)
  2192.  
  2193. Adds the PNG drivers to the 32-bit MS Windows and OS/2 makefiles.
  2194. (bcwin32.mak, os2.mak)
  2195.  
  2196. Adds a conditional to work around a bug in gcc 2.7.x (it didn't recognize
  2197. that the target of a const T * might still be mutable through aliasing).
  2198. (stdpre.h)
  2199.  
  2200. Fonts
  2201. -----
  2202.  
  2203. Fixes bugs:
  2204.     - Rasterizing a character in a Type 1 font with an invalid FontBBox
  2205. left some garbage on the operand stack (bug introduced in 3.52 or 3.60).
  2206. (gs_type1.ps)
  2207.     - The font substitution algorithm could fail or loop.  (gs_fonts.ps)
  2208.  
  2209. Adds a little more support for CID fonts and CMaps.  (gs_cidfn.ps,
  2210. gs_cmap.ps)
  2211.  
  2212. Interpreter
  2213. -----------
  2214.  
  2215. Fixes bugs:
  2216.     - An #include <memory_.h> was missing.  (ziodev.h)
  2217.     - Scanner-detected errors (primarily syntaxerror) didn't report the
  2218. file position.  (gs_init.ps)
  2219.     - Rotated characters were rendered incorrectly (bug introduced in
  2220. 3.52).  (gstype1.c)
  2221.     - Some compilers got upset about the use of 'dict' as a variable
  2222. name.  (zdict.c)
  2223.     - Operand stack overflows sometimes didn't set the "requested" field
  2224. correctly.  (interp.c)
  2225.     - Using -dBufferSpace= with a non-printer device caused an error.
  2226. (gs_init.ps)
  2227.  
  2228. Adds zlibEncode/Decode filters.  (int.mak, zfzlib.c)
  2229.  
  2230. Separates devices from device prototypes.  Prototypes, which lack the
  2231. writable attribute, cannot be installed as the current device or have their
  2232. parameters changed.  This change allows Ghostscript to be exited and
  2233. restarted without being reloaded, which solves some problems with DLL
  2234. usage.  ****** WE HAD TO SUBVERT THIS CHANGE BECAUSE OF MEMORY MANAGER
  2235. PROBLEMS, by making zgetdevice return a writable reference to the
  2236. prototype.  (We finally fixed this in release 3.65.)  (gs_init.ps, iref.h,
  2237. opcheck.h, zdevice.c, ztype.c, zwppm.c)
  2238.  
  2239. Extends the client API to allow for pushing values onto the operand stack.
  2240. (imain.h, gs.c, gsmain.c)
  2241.  
  2242. Defines a .setdefaultscreen procedure that sets the default halftone screen,
  2243. transfer function, and stroke adjustment for the current device.  Changes
  2244. selectdevice and setpagedevice so that they call .setdefaultscreen;
  2245. setpagedevice calls .setdefaultscreen before calling the Install procedure,
  2246. so that Install can set different parameters if it wishes.  Note that
  2247. setdevice does not do this.  (gs_init.ps, gs_setpd.ps)
  2248.  
  2249. Interpreter (PDF)
  2250. -----------------
  2251.  
  2252. Fixes bugs:
  2253.     - Tf set the current text font twice, and interacted with pdf2ps in
  2254. an awkward way.  (gs_pdf.ps, pdf_2ps.ps, pdf_font.ps)
  2255.     - If a font had variant Widths, it could get confused in the cache
  2256. with the underlying font.  (pdf_font.ps)
  2257.     - If a character appeared twice in an encoding and the font
  2258. specified different Widths values for the two occurrences, the last Width
  2259. would be used.  We patched this to ignore zero Widths, which is not the
  2260. correct solution but which almost always produces correct output.
  2261. (pdf_font.ps)
  2262.     - Arrays containing nulls didn't print out correctly (bug introduced
  2263. in 3.60).  (gs_init.ps)
  2264.     - Some PDF files contain very large dictionaries, which caused a
  2265. stackoverflow.  (pdf_base.ps)
  2266.  
  2267. Speeds up the initial processing of PDF files by caching the map from page
  2268. numbers to page objects, and by not scanning the outlines if we aren't
  2269. producing PostScript output.  (pdf_2ps.ps, pdf_base.ps, pdf_main.ps)
  2270.  
  2271. Streams
  2272. -------
  2273.  
  2274. Adds zlibEncode/Decode filters.  (lib.mak, szlibx.h, szlibc.c, szlibd.c,
  2275. szlibe.c)
  2276.  
  2277. Library
  2278. -------
  2279.  
  2280. Fixes bugs:
  2281.     - glyphshow displayed a character with code 0 rather than the
  2282. requested character (bug introduced in 3.60.)  (gschar.c)
  2283.     - If trimming white space around a character reduced its raster, the
  2284. character was garbled in the cache (bug introduced in 3.60.)  (gxccman.c)
  2285.     - colorimage would incorrectly convert white pixels to black if the
  2286. image color space was CMYK, the current color space was not CMYK, and the
  2287. number of bits per pixel was 4 or 8.  (gsimage2.c)
  2288.     - One of the clipping tests for images was backwards (bug introduced
  2289. in 3.60).  (gsimage.c)
  2290.     - Type 1 fonts that used the Flex feature applied hints to the path
  2291. multiple times, causing dropouts, uneven stems, and other problems (bug
  2292. probably introduced in 3.21).  (gstype1.c)
  2293.     - If a Type 1 font used the Flex feature within the accent of an
  2294. accented character defined with seac, the shape of the accent could be
  2295. distorted.  (gxtype1.h, gstype1.c)
  2296.     - If a Type 1 font changed hints using the hint replacement facility
  2297. when the last operation was a closepath, the old hints would be applied a
  2298. second time, distorting the shape.  (gxhint3.c)
  2299.     - Band lists could read garbage beyond the end of data for a band,
  2300. causing unpredictable errors (bug introduced in 3.60).  (gxclread.c)
  2301.     - If the bounding box of the path for fill_path or stroke_path went
  2302. outside the device page boundary when banding, out-of-bounds memory
  2303. references occurred (bug introduced in 3.60).  (gxdevice.h, gxclpath.c)
  2304.  
  2305. Adds an alternative implementation of the core path filling algorithm that
  2306. is much faster on objects with curves but doesn't handle Y fattening.  This
  2307. is the implementation that will normally be used for rasterizing characters.
  2308. This implementation rasterizes curves directly, without flattening them.
  2309. (gxfixed.h, gxpath.h, gzpath.h, gsdps1.c, gxfill.c, gxpcopy.c, gxpdash.c)
  2310.  
  2311. Speeds up the flattening of curves substantially by omitting more redundant
  2312. points.  (gxpcopy.c)
  2313.  
  2314. Speeds up character bitmap compression a little more.  (gsbitops.h,
  2315. gdevabuf.c, gsbitops.c, gxccman.c)
  2316.  
  2317. Speeds up anti-aliased graphics a bit by computing a bounding box before
  2318. converting from oversampling to alpha values, and by speeding up the
  2319. bounding box computation itself.  (gsbitops.h, gdevabuf.c, gsbitops.c,
  2320. gxccman.c)
  2321.  
  2322. Version 3.60(limited) (11/20/95)
  2323. =====================
  2324.  
  2325. (Note: release numbers 3.54 through 3.59 were deliberately skipped.)  This
  2326. internal release includes a major redesign of band lists in order to reduce
  2327. their size for embedded implementations, to move towards supporting "vector"
  2328. output formats, and to further separate the imager library from the language
  2329. interpreters.
  2330.  
  2331. Documentation
  2332. -------------
  2333.  
  2334. Fixes bugs:
  2335.     - A comment was incorrect.  (viewpbm.ps)
  2336.     - The PixelDifference filters were not documented.  (language.doc)
  2337.     - The change from currenttime to .currenttime wasn't documented.
  2338. (language.doc)
  2339.     - gs.1 incorrectly stated that the default font directory name
  2340. included the version number.  (gs.1)
  2341.     - The -g and -r switches didn't specify that the units for their
  2342. arguments are pixels and pixels per inch respectively.  (use.doc)
  2343.     - The PageOffset page device parameter wasn't listed.
  2344. (language.doc)
  2345.  
  2346. Changes copy_mono and copy_color to optional procedures.  (drivers.doc)
  2347.  
  2348. Adds a reference to ps_view.ps, a "dumb terminal" user interface for
  2349. Ghostscript intended for MS-DOS users.  (README)
  2350.  
  2351. Splits off the documentation on installing Ghostscript into a separate file.
  2352. (readme, install.doc, use.doc)
  2353.  
  2354. Adds documentation on the data format produced by the standard LZWEncode
  2355. filter.  (readme, lzwce.doc)
  2356.  
  2357. Clarifies XLIBDIR vs. XLIBDIRS.  (make.doc)
  2358.  
  2359. Adds user-contributed documentation on building Ghostscript under QNX.
  2360. (make.doc)
  2361.  
  2362. Procedures
  2363. ----------
  2364.  
  2365. Fixes bugs:
  2366.     - The rule for building dfaxhigh.dev had a typo.  (devs.mak)
  2367.     - The dependencies for gdevpipe.h were missing errno__h and
  2368. string__h.  (unixtail.mak)
  2369.     - The geninit program (the implementation of COMPILE_INITS=1) didn't
  2370. parse the command line properly, and didn't check for PostScript files
  2371. properly.  (geninit.c)
  2372.     - ccfontab.c was omitted from the fileset.  The easiest way to fix
  2373. this was to rename it to icfontab.c.  (gs.mak, int.mak, ccfontab.c)
  2374.     - The Unix makefiles installed caption.ls (a typo) rather than
  2375. caption.ps.  (unix-end.mak)
  2376.     - XLIBDIR, for dynamic library access, wasn't defined.  (*head.mak,
  2377. *tail.mak, ugcclib.mak)
  2378.  
  2379. Adds the PNG and ZLIB makefiles to the fileset.  (*.mak, png.mak, zlib.mak,
  2380. tar_cat)
  2381.  
  2382. Puts the PixelDifference filters in the standard Level 2 set, since the LZW
  2383. filters may invoke them (a post-Red Book addition to the PostScript language
  2384. definition).  (int.mak)
  2385.  
  2386. Adds -Wcast-qual to the gcc compiler flags.  (gcc-head.mak)
  2387.  
  2388. Adds the PNG drivers to the standard Unix configurations.
  2389. (ansi/cc-/gcc-head.mak)
  2390.  
  2391. Adds a -dNOFONTPATH switch to suppress any consultation of the FONTPATH
  2392. variable or the GS_FONTPATH environment variable.  (gs_fonts.ps, gs_init.ps)
  2393.  
  2394. Utilities
  2395. ---------
  2396.  
  2397. Fixes bugs:
  2398.     - The default scaling for viewing PBM files was computed
  2399. incorrectly.  (viewpbm.ps)
  2400.     - ps2ascii left a value on the stack for each unrecognized character
  2401. it processed, eventually causing a stackoverflow.  (ps2ascii.ps)
  2402.  
  2403. Changes viewpbm.ps so that it simply defines P1 through P6, allowing PBM
  2404. files to be executed with 'run'.  (viewpbm.ps)
  2405.  
  2406. Adds a small benchmark to crudely measure hardware/system performance.  The
  2407. same file can either be compiled as a C program or executed as a PostScript
  2408. program.  (bench.c)
  2409.  
  2410. Adds a few PPD files to the distribution.  There will probably be more as
  2411. time goes on.  (tar_gs, unix-end.mak)
  2412.  
  2413. Updates the Unix lpr scripts to handle a wider variety of device options.
  2414. (unix-lpr.doc, lprsetup.sh, unix-lpr.sh)
  2415.  
  2416. Adds a utility for converting files produced by Macromedia's Rollup program
  2417. to a Type 0 form directly usable by Ghostscript.  (rollconv.ps)
  2418.  
  2419. Drivers
  2420. -------
  2421.  
  2422. Fixes bugs:
  2423.     - Forwarding devices passed an incorrect first argument when
  2424. forwarding a copy_rop operation.  (gsdevice.c)
  2425.     - Because of a typo, the LaserJet drivers had incorrect margins.
  2426. This was probably a new bug in 3.5x.  (gdevdjet.c)
  2427.     - A private name was duplicated.  (gdevtfax.c)
  2428.     - The x11alpha driver passed invalid colors to the X library.
  2429. (gdevxalt.c)
  2430.     - The x11alpha driver set the blue component of colors incorrectly.
  2431. (gdevxalt.c)
  2432.     - Some `const' declarations were missing.  (gdevtifs.c, gdevtfnx.c,
  2433. gdevxxf.c)
  2434.     - The size of A4 paper was slightly inconsistent across drivers.
  2435. (gdevdjet.c, gdevl256.c)
  2436.  
  2437. Provides default implementations of copy_mono and copy_color in terms of
  2438. fill_rectangle.  (gxdevice.h, gsdevice.c)
  2439.  
  2440. Adds forwarders for sync_output and output_page.  (gxdevice.h, gsdevice.c)
  2441.  
  2442. Adds new optional procedures to the driver interface:
  2443.     - fill_path for filling a path with a color;
  2444.     - stroke_path for stroking a path;
  2445.     - fill_mask for painting a color through a mask.
  2446. The default implementations use the existing rasterizer algorithms.  This
  2447. involves a NON-BACKWARD-COMPATIBLE change to the parameters of a few
  2448. internal routines:
  2449.     gs_currentlineparams
  2450.     gx_fill_path, gx_fill_path_only, gx_path_expand_dashes, gx_path_flatten
  2451. and two externally visible routines not part of standard PostScript:
  2452.     gs_setfilladjust, gs_currentfilladjust
  2453. (gdevmem.h, gdevprn.h, gspath.h, gspenum.h, gxcpath.h, gxdevice.h, gxdraw.h,
  2454. gxpaint.h, gxpath.h, gscoord.c, gsdevice.c, gspaint.c, gsstate.c,
  2455. gxacpath.c, gxclist.c, gxclread.c, gxcpath.c, gxdraw.c, gxfill.c, gxpaint.c,
  2456. gxpcmap.c, gxpcopy.c, gxstroke.c)
  2457.  
  2458. Makes major changes to the dithering algorithm for the color DeskJet and
  2459. BubbleJet drivers, contributed by a user.  (gdevcdj.c)
  2460.  
  2461. Adds a contributed 12-bit RGB TIFF driver.  (gdevtfnx.c)
  2462.  
  2463. Platforms
  2464. ---------
  2465.  
  2466. Fixes bugs:
  2467.     - The printjob created by Ghostscript was called "Ghostscirpt"
  2468. instead of "Ghostscript".  (gp_os2.c)
  2469.     - An "export" declaration was omitted from DllInit.  (gp_mswin.c)
  2470.  
  2471. Removes gp_get_clock (its interface was changed from calendar
  2472. days/milliseconds to epoch seconds/nanoseconds in an undocumented,
  2473. NON-BACKWARD-COMPATIBLE change in 3.51), and adds a new gp_get_realtime
  2474. procedure that returns epoch seconds/nanoseconds.  This too is a
  2475. NON-BACKWARD-COMPATIBLE change; it is required because we overlooked the
  2476. prior change in a batch of user-contributed code.  (gp.h, gp_*.c)
  2477.  
  2478. Fonts
  2479. -----
  2480.  
  2481. Adds Heavy as a synonym for Bold when doing intelligent font substitution.
  2482. (gs_fonts.ps)
  2483.  
  2484. Interpreter
  2485. -----------
  2486.  
  2487. Fixes bugs:
  2488.     - The setup for the CCITTFax filters set the 'raster' element
  2489. redundantly.  (zfdecode.c)
  2490.     - currentscreen and currentcolorscreen could give an error if the
  2491. current screen was set with sethalftone (or, for currentscreen,
  2492. setcolorscreen).  (gs_dps1.ps)
  2493.     - The font operators didn't work properly if a PostScript file
  2494. redefined certain operator names.  (gs_res.ps)
  2495.     - The CCITTFax filters imposed a limit of 9999 Rows or Columns.  The
  2496. new limit is 32000.  (zfdecode.c)
  2497.     - Streams could get removed from a bookkeeping list prematurely, and
  2498. wind up dangling.  (zfile.c)
  2499.     - The garbage collector didn't ask for large enough a mark stack,
  2500. and only used half of what it got.  (This was only a performance problem.)
  2501. (igc.c)
  2502.     - Two private names duplicated names in a vendor library.  (zbseq.c)
  2503.     - Type 1 fonts didn't enforce the maximum value of BlueScale, which
  2504. caused some faulty fonts produced by Fontographer to produce incorrect
  2505. output.  (zfont1.c)
  2506.     - cvs / cvrs / = didn't produce Adobe-compatible output.
  2507. (gs_init.ps, iutil.h, iutil.c, zfileio.c)
  2508.     - Multiple -I switches set the search path incorrectly.  (gsmain.c)
  2509.     - Many `const' declarations were missing.  (icie.h, idparam.h,
  2510. iref.h, iutil.h, idparam.c, iinit.c, ilocate.c, iname.c, interp.c, iparam.c,
  2511. iutil.c, zcie.c, zfile.c, zgstate.c, ziodev.c, ztype.c)
  2512.     - Fonts could wind up with a pointer to the wrong VM space, causing
  2513. potential GC or save/restore confusion.  (zfont2.c)
  2514.     - upath could leave garbage on the stack if it failed.  (gs_dps1.ps)
  2515.  
  2516. Speeds up rasterizing characters into the cache a little.  (gs_type0.ps)
  2517.  
  2518. Changes the default limit on the size of cached characters from the maximum
  2519. of (18 points or 5 times the "average" character size) to (18 points or 1%
  2520. of the total cache size).  (gs_init.ps)
  2521.  
  2522. Adds the DecodedByteAlign parameter to the CCITTFax filters.  (zfdecode.c)
  2523.  
  2524. Updates some code for compatibility with the new fill_path driver procedure.
  2525. (zupath.c)
  2526.  
  2527. Replaces .set/currentfilladjust with .set/currentfilladjust2, and defines
  2528. the former in terms of the latter.  (gs_init.ps, zgstate.c)
  2529.  
  2530. Extends the make[word]imagedevice operators to accept palette values of 16,
  2531. 24, and 32, for creating true-color image devices.  (zdevice.c)
  2532.  
  2533. Changes realtime to match the definition of gp_get_realtime.  (zmisc.c)
  2534.  
  2535. Removes the [.]currenttime operator.  realtime provides interval timing in
  2536. milliseconds; the %Calendar% IODevice provides calendar times.  (zmisc.c)
  2537.  
  2538. Extends the LZW filters to handle the PDF Predictor (pixel-differencing)
  2539. option.  (zfdecode.c, zfilter2.c, zfpdiff.c (deleted))
  2540.  
  2541. Interpreter (PDF)
  2542. -----------------
  2543.  
  2544. Fixes bugs:
  2545.     - The length of an image's data was sometimes calculated
  2546. incorrectly, causing an error when converting PDF to PostScript.
  2547. (pdf_draw.ps)
  2548.     - If word spacing and/or text spacing was non-zero, an error could
  2549. occur.  (gs_pdf.ps)
  2550.     - Text that was both filled and stroked caused an error.
  2551. (gs_pdf.ps)
  2552.  
  2553. Streams
  2554. -------
  2555.  
  2556. Fixes bugs:
  2557.     - When closing an encoding filter stream whose target was also a
  2558. filter, the latter could get called incorrectly with last = 1, possibly more
  2559. than once, leading to premature EOD markers.  (stream.c)
  2560.     - The LZW-compatible encoder put out an incorrect end-of-data code.
  2561. (slzwce.c)
  2562.     - The LZW-compatible encoder didn't put out a reset code soon
  2563. enough.  (slzwce.c)
  2564.     - Some `const' declarations were missing.  (siscale.c)
  2565.     - Doing a sgets on a closed stream could call sreadbuf, possibly
  2566. causing an error.  (stream.c)
  2567.  
  2568. Adds a new (optional) set_defaults procedure to the stream template, which
  2569. sets the stream parameters to default values.  We only implement it for a
  2570. few stream types.  (scfx.h, scommon.h, slzwx.h, spdiffx.h, srlx.h,
  2571. strimpl.h, scfd.c, scfe.c, slzwce.c, slzwd.c, slzwe.c, spdiff.c, srld.c,
  2572. srle.c)
  2573.  
  2574. Adds a new parameter to the CCITTFax filters, DecodedByteAlign.  This is an
  2575. integer N, which must be a power of 2 between 1 (2^0) and 16 (2^4), that
  2576. specifies that decoded data scan lines are always a multiple of N bytes.
  2577. The encoding filter skips data in each scan line from Columns to the next
  2578. multiple of N bytes; the decoding filter pads each scan line to a multiple
  2579. of N bytes.  Default value: 1.  (scfx.h, scfd.c, scfe.c)
  2580.  
  2581. Increases the maximum width of a scan line for the CCITTFaxEncode filter to
  2582. 32000 pixels.  (scf.h)
  2583.  
  2584. Library
  2585. -------
  2586.  
  2587. Fixes bugs:
  2588.     - Cached characters sometimes had extra blank space on the left,
  2589. leading to some unnecessary bit-shuffling when imaging them.  (gxccman.c)
  2590.     - In rare cases, gray halftones called gx_color_load unnecessarily.
  2591. (gxdither.c)
  2592.     - The list of all-bands commands wasn't initialized/reset properly.
  2593. (gxclist.c, gxclread.c)
  2594.     - Rendering an anti-aliased character to a non-anti-aliased device
  2595. didn't free the temporary bitmap, causing memory to be lost.  (gxccache.c)
  2596.     - Dash patterns where the offset exactly reached a run of length 0
  2597. skipped over the 0-length run.  (gsline.c)
  2598.     - Rectangles closed with both lineto and closepath weren't
  2599. recognized as rectangles.  This is only a performance bug.  (gxpath2.c)
  2600.     - Because of a typo in a macro formal parameter list, a private name
  2601. was duplicated.  (gsstruct.h)
  2602.     - Text display operations didn't update the current character in the
  2603. enumerator structure during the fastest path through the code.  This only
  2604. matters to one very unusual commercial client.  (gschar.c)
  2605.     - Some `const' declarations were missing.  (gsparam.h, gxistate.h,
  2606. stdpre.h; gdevm1.c, gsalloc.c, gsfont.c, gsimage3.c, gsmemory.c, gsmisc.c,
  2607. gspcolor.c, gstype1.c, gxfill.c, gxpcopy.c)
  2608.  
  2609. Changes the header files to assume that gcc on Solaris defines
  2610. __svr4__ and that, in this case, <string.h> has the right stuff in it.
  2611. (memory_.h)
  2612.  
  2613. Refactors the character cache to share structures with a similar cache
  2614. used by band lists.  Eventually the band list may be able to reference
  2615. the character cache directly, saving a lot of copying.  (gxbcache.h,
  2616. gxfcache.h, gsfont.c, gxbcache.c, gxccache.c, gxccman.c)
  2617.  
  2618. Speeds up getting the side bearing and width of a Type 1 charstring a
  2619. little.  (gxtype1.h, gstype1.c)
  2620.  
  2621. Redesigns band lists so that they can cache character bitmaps as well as
  2622. halftone bitmaps.  Characters may be written for all bands, not just the
  2623. band(s) they appear in, depending on the setting of the CHAR_ALL_BANDS_COUNT
  2624. parameter in gxclbits.c.  (gxcldev.h, gxclist.h, gxclbits.c, gxclist.c,
  2625. gxclread.c)
  2626.  
  2627. Adds G4 fax compression for band list bitmaps.  (gxcldev.h, gxclist.c,
  2628. gxclread.c)
  2629.  
  2630. Incorporates the new set_defaults procedure into the memory-based band list
  2631. implementation.  (gxclmem.c)
  2632.  
  2633. Implements a halftoning device that can be used in a device pipeline.
  2634. (gdevht.h, gzht.h, gdevht.c, gxcht.c)
  2635.  
  2636. Factors out imager state from the full graphics state.  This division is
  2637. preliminary and subject to change.  (gxistate.h, gxop1.h, gzstate.h,
  2638. gsline.c, gsstate.c, gstype1.c, gxhint*.c)
  2639.  
  2640. Implements passing fill operations in the band list, except for pattern
  2641. color or colored halftones.  (gxcldev.h, gxclist.h, gxclist.c, gxclread.c)
  2642.  
  2643. Implements passing stroke operations in the band list, except for pattern
  2644. color or colored halftones.  (gsline.h, gslparam.h, gxline.h, gzline.h,
  2645. gsline.c; gxcldev.h, gxclist.h, gxclist.c, gxclread.c)
  2646.  
  2647. Implements the ability to represent halftoned characters in the band list.
  2648. (gxccache.c)
  2649.  
  2650. Starts to implement the ability to do halftoning during the rendering phase
  2651. rather than before writing the band list (currently for black-and-white
  2652. devices only).  Doing this required NON-BACKWARD-COMPATIBLE changes to the
  2653. interfaces of a few internal procedures:
  2654.     gx_check_tile_size, gx_render_device_{color,gray}
  2655. (gxdcolor.h, gxdht.h, gzht.h, gsht.c, gsimage1.c, gsmisc.c, gspcolor.c,
  2656. gsstate.c, gxcht.c, gxclbits.c, gxdither.c, gxht.c)
  2657.  
  2658. Implements passing clipping information in the band list.  (gzcpath.h,
  2659. gxacpath.c, gxclpath.c, gxclread.c, gxcpath.c)
  2660.  
  2661. Removes the gs_state * parameter from the device color fill_rectangle
  2662. procedures and many of their callers, since it is no longer needed.  This is
  2663. a non-backward-compatible change to an internal API.  (gdevmrop.h,
  2664. gxdcolor.h, gxdraw.h, gxpaint.h, gdevmrop.c, gsimage.c, gspcolor.c, gxcht.c,
  2665. gxclread.c, gxdraw.c, gxfill.c, gxht.c, gxpaint.c, gxstroke.c)
  2666.  
  2667. Removes gxdevice.h from gzstate.h, since not all modules requiring access to
  2668. the graphics state need to know the implementation of devices.  This entails
  2669. adding gxdevice.h to the include lists for some modules.  (gxchar.h,
  2670. gxcpath.h, gxcvalue.h, gxdevice.h, gxtype1.h, gzstate.h; gschar.c,
  2671. gscoord.c, gsdevice.c, gsimage1.c, gsimage2.c, gsimage3.c, gspaint.c,
  2672. gspath.c, gsstate.c, gstype1.c, gxccache.c, gxccman.c, gxhint1.c, gxhint2.c,
  2673. gxhint3.c, gxpaint.c)
  2674.  
  2675. Adds a compile-time option, ALPHA_LSB_FIRST, which causes alpha-sampled
  2676. characters to be nibble-reversed in the cache.  This was created for a
  2677. specialized application and does not interact well with the rest of the
  2678. code.  (gsbitops.c)
  2679.  
  2680. Substantially reduces the space required to represent 24- or 32-bit colors
  2681. in the band list, by using more aggressive color differencing.  (gxcldev.h,
  2682. gxclist.c, gxclread.c)
  2683.  
  2684. Changes the allocation of unique IDs for halftone tiles to use the gray
  2685. level rather than the number of 1-bits as the increment to a base ID; this
  2686. allows more efficient (delta) representation of halftone indices in the band
  2687. list.  (gxcldev.h, gxclist.c, gxclread.c, gxht.c)
  2688.  
  2689. Substantially speeds up entering anti-aliased characters in the cache, by
  2690. removing white space before compressing rather than vice versa.
  2691. (gsbitops.c, gxccman.c)
  2692.  
  2693. Version 3.53 (1/10/96)
  2694. ============
  2695.  
  2696. This is an anomalous, out-of-sequence release requested by a commercial
  2697. licensee.  It consists of 3.52 plus the following retrofits from 3.60
  2698. through 3.63:
  2699.     - PDF interpreter and pdf2ps;
  2700.     - Type 1 rasterizer fixes;
  2701.     - Type 1 rasterizer and polygon fill performance improvements;
  2702.     - MS Windows and OS/2 fixes;
  2703.     - A few other important fixes.
  2704. It does NOT fix all problems reported since 3.52.
  2705.  
  2706. The list of changes below indicates which subsequent release was the source
  2707. of each change.  In several cases, minor editing of the change was required
  2708. to make it compatible with 3.52.
  2709.  
  2710. Documentation
  2711. -------------
  2712.  
  2713. Fixes bugs:
  2714.     [3.61] The analysis of curve monotonocity in gxpcopy.c had an error.
  2715. (gxpcopy.c)
  2716.  
  2717. [3.63] Notes that the OS/2 implementation now requires EMX/GCC 0.9b rather
  2718. than 0.9a.  (use.doc)
  2719.  
  2720. [3.62] Notes that for Win32s, gs16spl.exe must be in the same directory as
  2721. gswin32.exe.  (use.doc)
  2722.  
  2723. [3.62] Adds a reference to dos-psv, another "dumb terminal" user interface
  2724. for Ghostscript intended for MS-DOS users.  (README)
  2725.  
  2726. [3.61] Adds a pointer to DEC's free pstotext utility.  (README)
  2727.  
  2728. [3.60] Adds a reference to ps_view.ps, a "dumb terminal" user interface for
  2729. Ghostscript intended for MS-DOS users.  (README)
  2730.  
  2731. Procedures
  2732. ----------
  2733.  
  2734. Fixes bugs:
  2735.     [3.60] The geninit program (the implementation of COMPILE_INITS=1)
  2736. didn't parse the command line properly, and didn't check for PostScript
  2737. files properly.  (geninit.c)
  2738.     [3.60] ccfontab.c was omitted from the fileset.  The easiest way to
  2739. fix this was to rename it to icfontab.c.  (gs.mak, int.mak, ccfontab.c)
  2740.     [3.60] The definition of pdfread.dev did an ADDMOD, not a SETMOD.
  2741. (int.mak)
  2742.  
  2743. [3.60] Adds a -dNOFONTPATH switch to suppress any consultation of the
  2744. FONTPATH variable or the GS_FONTPATH environment variable.  (gs_fonts.ps,
  2745. gs_init.ps)
  2746.  
  2747. Utilities
  2748. ---------
  2749.  
  2750. Fixes bugs:
  2751.     [3.61] pdf2ps didn't write Widths or Encoding in the converted file,
  2752. producing incorrect spacing and incorrect characters.  (pdf_2ps.ps)
  2753.     [3.60] ps2ascii left a value on the stack for each unrecognized
  2754. character it processed, eventually causing a stackoverflow.  (ps2ascii.ps)
  2755.  
  2756. [3.61] Changes the rollconv.ps utility to produce files whose names conform
  2757. to the 8.3 length restriction, and to reduce the fixed RAM overhead for
  2758. Kanji fonts.  (rollconv.ps)
  2759.  
  2760. [3.60] Adds a utility for converting files produced by Macromedia's Rollup
  2761. program to a Type 0 form directly usable by Ghostscript.  (rollconv.ps)
  2762.  
  2763. Drivers
  2764. -------
  2765.  
  2766. Fixes bugs:
  2767.     [3.60] Because of a typo, the LaserJet drivers had incorrect
  2768. margins.  This was probably a new bug in 3.5x.  (gdevdjet.c)
  2769.     [3.60] A private name was duplicated.  (gdevtfax.c)
  2770.     [3.60] The x11alpha driver passed invalid colors to the X library.
  2771. (gdevxalt.c)
  2772.     [3.60] The x11alpha driver set the blue component of colors
  2773. incorrectly.  (gdevxalt.c)
  2774.  
  2775. Platforms
  2776. ---------
  2777.  
  2778. Fixes bugs:
  2779.     [3.63] The test for WinExec failure on Win32 was incorrect.
  2780. (gp_mswin.c)
  2781.     [3.63] getenv was declared redundantly on OS/2.  (gp_os2.c)
  2782.     [3.63] gs16spl.c was missing <string.h>.  (gs16spl.c)
  2783.     [3.61] Printing didn't work in 32-bit MS Windows environments.
  2784. (bcwin32.mak, gdevmswn.c, gp_mswin.c)
  2785.     [3.61] There were some compatibility problems with IBM C.  (os2.mak,
  2786. gsdll.h, gdevpm.c, gp_os2.c)
  2787.     [3.60] The printjob created by Ghostscript was called "Ghostscirpt"
  2788. instead of "Ghostscript".  (gp_os2.c)
  2789.     [3.60] An "export" declaration was omitted from DllInit.
  2790. (gp_mswin.c)
  2791.  
  2792. [3.61] Adds a conditional to work around a bug in gcc 2.7.x (it didn't
  2793. recognize that the target of a const T * might still be mutable through
  2794. aliasing).  (stdpre.h)
  2795.  
  2796. Fonts
  2797. -----
  2798.  
  2799. Fixes bugs:
  2800.     [3.61] Rasterizing a character in a Type 1 font with an invalid
  2801. FontBBox left some garbage on the operand stack (bug introduced in 3.52 or
  2802. 3.60).  (gs_type1.ps)
  2803.     [3.61] The font substitution algorithm could fail or loop.
  2804. (gs_fonts.ps)
  2805.  
  2806. [3.60] Adds Heavy as a synonym for Bold when doing intelligent font
  2807. substitution.  (gs_fonts.ps)
  2808.  
  2809. Interpreter
  2810. -----------
  2811.  
  2812. Fixes bugs:
  2813.     [3.63] Invoking setpagedevice with an undefined key, even with
  2814. Policy = 1, caused an error.  (gs_setpd.ps)
  2815.     [3.62] Setting the PageSize policy to 1 and then trying to set the
  2816. page size caused an error if FIXEDMEDIA was selected.  (gs_setpd.ps)
  2817.     [3.61] Rotated characters were rendered incorrectly (bug introduced
  2818. in 3.52).  (gstype1.c)
  2819.     [3.60] currentscreen and currentcolorscreen could give an error if
  2820. the current screen was set with sethalftone (or, for currentscreen,
  2821. setcolorscreen).  (gs_dps1.ps)
  2822.     [3.60] Streams could get removed from a bookkeeping list
  2823. prematurely, and wind up dangling.  (zfile.c)
  2824.     [3.60] Multiple -I switches set the search path incorrectly.
  2825. (gsmain.c)
  2826.     [3.60] Fonts could wind up with a pointer to the wrong VM space,
  2827. causing potential GC or save/restore confusion.  (zfont2.c)
  2828.     [3.60] upath could leave garbage on the stack if it failed.
  2829. (gs_dps1.ps)
  2830.  
  2831. [3.61] Extends the client API to allow for pushing values onto the operand
  2832. stack.  (imain.h, gs.c, gsmain.c)
  2833.  
  2834. [3.61] Defines a .setdefaultscreen procedure that sets the default halftone
  2835. screen, transfer function, and stroke adjustment for the current device.
  2836. Changes selectdevice and setpagedevice so that they call .setdefaultscreen;
  2837. setpagedevice calls .setdefaultscreen before calling the Install procedure,
  2838. so that Install can set different parameters if it wishes.  Note that
  2839. setdevice does not do this.  (gs_init.ps, gs_setpd.ps)
  2840.  
  2841. [3.60] Speeds up rasterizing characters into the cache a little.
  2842. (gs_type0.ps)
  2843.  
  2844. [3.60] Changes the default limit on the size of cached characters from the
  2845. maximum of (18 points or 5 times the "average" character size) to (18 points
  2846. or 1% of the total cache size).  (gs_init.ps)
  2847.  
  2848. [3.60] Implements parts of the Type 1 BuildChar callout in C.  (gs_type1.ps,
  2849. zchar.c)
  2850.  
  2851. Interpreter (PDF)
  2852. -----------------
  2853.  
  2854. Fixes bugs:
  2855.     [3.62] If a PDF file substituted a calibrated color space for the
  2856. DeviceGray or DeviceRGB color space using a ColorSpace resource, the
  2857. PostScript file that pdf2ps produced from that PDF file caused an error.
  2858. (gs_pdf.ps)
  2859.     [3.61] Tf set the current text font twice, and interacted with
  2860. pdf2ps in an awkward way.  (gs_pdf.ps, pdf_2ps.ps, pdf_font.ps)
  2861.     [3.61] If a font had variant Widths, it could get confused in the
  2862. cache with the underlying font.  (pdf_font.ps)
  2863.     [3.61] If a character appeared twice in an encoding and the font
  2864. specified different Widths values for the two occurrences, the last Width
  2865. would be used.  We patched this to ignore zero Widths, which is not the
  2866. correct solution but which almost always produces correct output.
  2867. (pdf_font.ps)
  2868.     [3.61] Arrays containing nulls didn't print out correctly (bug
  2869. introduced in 3.60).  (gs_init.ps)
  2870.     [3.61] Some PDF files contain very large dictionaries, which caused
  2871. a stackoverflow.  (pdf_base.ps)
  2872.     [3.60] The length of an image's data was sometimes calculated
  2873. incorrectly, causing an error when converting PDF to PostScript.
  2874. (pdf_draw.ps)
  2875.     [3.60] If word spacing and/or text spacing was non-zero, an error
  2876. could occur.  (gs_pdf.ps)
  2877.     [3.60] Text that was both filled and stroked caused an error.
  2878. (gs_pdf.ps)
  2879.  
  2880. [3.61] Speeds up the initial processing of PDF files by caching the map from
  2881. page numbers to page objects, and by not scanning the outlines if we aren't
  2882. producing PostScript output.  (pdf_2ps.ps, pdf_base.ps, pdf_main.ps)
  2883.  
  2884. Streams
  2885. -------
  2886.  
  2887. Fixes bugs:
  2888.     [3.60] When closing an encoding filter stream whose target was also
  2889. a filter, the latter could get called incorrectly with last = 1, possibly
  2890. more than once, leading to premature EOD markers.  (stream.c)
  2891.     [3.60] The LZW-compatible encoder put out an incorrect end-of-data
  2892. code.  (slzwce.c)
  2893.     [3.60] The LZW-compatible encoder didn't put out a reset code soon
  2894. enough.  (slzwce.c)
  2895.     [3.60] Doing a sgets on a closed stream could call sreadbuf,
  2896. possibly causing an error.  (stream.c)
  2897.  
  2898. Library
  2899. -------
  2900.  
  2901. Fixes bugs:
  2902.     [3.63] On 16-bit platforms, the computation of t2 and t3 in
  2903. gx_curve_x_at_y could overflow, leading to incorrect output.  (gxpcopy.c)
  2904.     [3.61] glyphshow displayed a character with code 0 rather than the
  2905. requested character (bug introduced in 3.60.)  (gschar.c)
  2906.     [3.61] If trimming white space around a character reduced its
  2907. raster, the character was garbled in the cache (bug introduced in 3.60.)
  2908. (gxccman.c)
  2909.     [3.61] colorimage would incorrectly convert white pixels to black if
  2910. the image color space was CMYK, the current color space was not CMYK, and
  2911. the number of bits per pixel was 4 or 8.  (gsimage2.c)
  2912.     [3.61] Type 1 fonts that used the Flex feature applied hints to the
  2913. path multiple times, causing dropouts, uneven stems, and other problems (bug
  2914. probably introduced in 3.21).  (gstype1.c)
  2915.     [3.61] If a Type 1 font used the Flex feature within the accent of
  2916. an accented character defined with seac, the shape of the accent could be
  2917. distorted.  (gxtype1.h, gstype1.c)
  2918.     [3.61] If a Type 1 font changed hints using the hint replacement
  2919. facility when the last operation was a closepath, the old hints would be
  2920. applied a second time, distorting the shape.  (gxhint2.c, gxhint3.c)
  2921.     [3.60] Cached characters sometimes had extra blank space on the
  2922. left, leading to some unnecessary bit-shuffling when imaging them.
  2923. (gxccman.c)
  2924.     [3.60] The list of all-bands commands wasn't initialized/reset
  2925. properly.  (gxclist.c)
  2926.     [3.60] Because of a typo in a macro formal parameter list, a private
  2927. name was duplicated.  (gsstruct.h)
  2928.     [3.60] Text display operations didn't update the current character
  2929. in the enumerator structure during the fastest path through the code.  This
  2930. only matters to one very unusual commercial client.  (gschar.c)
  2931.  
  2932. [3.61] Adds an alternative implementation of the core path filling algorithm
  2933. that is much faster on objects with curves but doesn't handle Y fattening.
  2934. This is the implementation that will normally be used for rasterizing
  2935. characters.  This implementation rasterizes curves directly, without
  2936. flattening them.  (gxfixed.h, gxpath.h, gzpath.h, gxdraw.c, gxfill.c,
  2937. gxpcopy.c)
  2938.  
  2939. [3.61] Speeds up the flattening of curves substantially by omitting more
  2940. redundant points.  (gxpcopy.c)
  2941.  
  2942. [3.61] Speeds up character bitmap compression a little more.  (gsbitops.h,
  2943. gdevabuf.c, gsbitops.c, gxccman.c)
  2944.  
  2945. [3.61] Speeds up anti-aliased graphics a bit by computing a bounding box
  2946. before converting from oversampling to alpha values, and by speeding up the
  2947. bounding box computation itself.  (gsbitops.h, gdevabuf.c, gsbitops.c,
  2948. gxccman.c)
  2949.  
  2950. [3.60] Speeds up getting the side bearing and width of a Type 1 charstring a
  2951. little.  (gxtype1.h, gstype1.c)
  2952.  
  2953. [3.60] Adds a compile-time option, ALPHA_LSB_FIRST, which causes
  2954. alpha-sampled characters to be nibble-reversed in the cache.  This was
  2955. created for a specialized application and does not interact well with the
  2956. rest of the code.  (gsbitops.c)
  2957.  
  2958. [3.60] Substantially speeds up entering anti-aliased characters in the
  2959. cache, by removing white space before compressing rather than vice versa.
  2960. (gsbitops.c, gxccman.c)
  2961.  
  2962. Version 3.52(limited) (10/6/95)
  2963. =====================
  2964.  
  2965. This is an incremental release to fix a few problems in 3.51.  Since it is
  2966. being made in an environment with no network connectivity, it will probably
  2967. not be released to the general public.  ****** THE CHANGES MARKED WITH ***
  2968. BELOW WERE LOST IN THE PROCESS OF SHUFFLING FILESETS BETWEEN ENVIRONMENTS.
  2969. THEY ARE INCORPORATED IN 3.60 BUT NOT IN 3.52. ******
  2970.  
  2971. Procedures
  2972. ----------
  2973.  
  2974. Fixes bugs:
  2975.     - The fileset included a meaningless empty file.  (acctest.ps)
  2976.     *** The definition of pdfread.dev did an ADDMOD, not a SETMOD.
  2977. (int.mak)
  2978.  
  2979. Interpreter
  2980. -----------
  2981.  
  2982. Fixes bugs:
  2983.     - The RunLengthEncode filter used with a dictionary argument could
  2984. give a spurious error.  (zfilter.c)
  2985.     - The fast form of the 'dup' operator failed to check for stack
  2986. overflow, which could lead to memory smashing.  (interp.c)
  2987.     *** Level 1 configurations gave errors during initialization.
  2988. (ialloc.c, iinit.c, ireclaim.c)
  2989.     *** Attempting to look up or insert a noaccess string as a
  2990. dictionary key converted the string to a name rather than giving an error.
  2991. (idict.h, idict.c)
  2992.  
  2993. Adds a C implementation of the .dicttomark (>>) procedure.  (gs_init.ps,
  2994. zdict.c)
  2995.  
  2996. *** Implements parts of the Type 1 BuildChar callout in C.  (gs_type1.ps,
  2997. ifont.h, zchar.c, zfont1.c, zfont2.c)
  2998.  
  2999. Library
  3000. -------
  3001.  
  3002. Fixes bugs:
  3003.     - Braces were missing in an initializer.  (gxdcolor.h)
  3004.     - Composite fonts with a non-zero translation in the FontMatrix
  3005. positioned characters incorrectly.  (gschar.c)
  3006.     *** gsparam.c wouldn't compile with some versions of the Borland
  3007. compiler.  (gsparam.c)
  3008.  
  3009. Speeds up the handling of curve segments in Type 1 fonts a little.
  3010. (gstype1.c)
  3011.  
  3012. Speeds up displaying very short strings a little.  (gschar.c)
  3013.  
  3014. *** Implements parts of the Type 1 BuildChar callout in C.  (gxfont.h)
  3015.  
  3016. Version 3.51 (9/27/95)
  3017. ============
  3018.  
  3019. This is the first public release since 3.33.  Its main features are a
  3020. working setpagedevice, a working PDF interpreter, and a working PDF to PS
  3021. converter.
  3022.  
  3023. Documentation
  3024. -------------
  3025.  
  3026. Fixes bugs:
  3027.     - The -dSHORTERRORS switch wasn't documented in enough places.
  3028. (current.doc, use.doc)
  3029.     - The DLL documentation was internally inconsistent.  (dll.doc)
  3030.     - The %pipe% file name syntax wasn't documented.  (language.doc)
  3031.  
  3032. Procedures
  3033. ----------
  3034.  
  3035. Fixes bugs:
  3036.     - caption.ps wasn't installed properly.  (unix-end.mak)
  3037.     - geninit depended on $(gconfig_h) in an improper way.  (geninit.c,
  3038. int.mak, *.mak)
  3039.     - One script lacked the #!/bin/sh header.  (gsdj500)
  3040.  
  3041. Adds the 24-bit color TIFF driver to all configurations that support
  3042. black-and-white TIFF.  (*.mak)
  3043.  
  3044. Utilities
  3045. ---------
  3046.  
  3047. Fixes bugs:
  3048.     - align.ps was omitted from the fileset.  (psfiles.doc, align.ps,
  3049. unix-end.mak)
  3050.  
  3051. Drivers
  3052. -------
  3053.  
  3054. Fixes bugs:
  3055.     - A driver had some \s in formal parameter lists.  (gdevcdj.c)
  3056.     - A driver had some improper &s.  (gdevtifs.c)
  3057.     - The default MS Windows printer driver was very slow.  (gdevwpr2.c)
  3058.     - The (newly restructured) TIFF drivers could produce a memory
  3059. access error.  (gdevtifs.c)
  3060.     - The CGM drivers referred to an obsolete structure member.
  3061. (gdevcgm.c)
  3062.     - The black-and-white H-P drivers didn't set the margins properly
  3063. (again).  (gdevdjet.c)
  3064.     - Several of the most common printer drivers omitted some scan lines
  3065. at the bottom of the page.  (gdevprn.h, gdevprn.c)
  3066.  
  3067. At the request of the main OS/2 developer, adds a printer device for OS/2.
  3068. (gdevos2p.c, os2.mak)
  3069.  
  3070. Makes many changes to the stcolor driver, submitted by the developer just
  3071. before the release.  (devices.doc, unix-end.mak, gdevstc.h, gdevstc*.c,
  3072. stcinfo.ps, stcolor.ps, stcinfo.ps)
  3073.  
  3074. Platforms
  3075. ---------
  3076.  
  3077. Fixes bugs:
  3078.     - usertime (and realtime) were broken on VMS.  (gp_vms.c)
  3079.     - The 32-bit MS Windows DLL control file had a typo.  (gsdll32.def)
  3080.  
  3081. Removes the color inkjet drivers from the 16-bit Windows executable, because
  3082. they overflow the 64K default data segment; adds PCX, TIFF, and BMP output
  3083. formats.  (bcwin.mak)
  3084.  
  3085. Interpreter
  3086. -----------
  3087.  
  3088. Fixes bugs:
  3089.     - A routine was declared 'private' inconsistently.  (zcie.c)
  3090.     - -dSHORTERRORS didn't remove enough non-Adobe error output.
  3091. (gs_init.ps)
  3092.  
  3093. Interpreter (PDF)
  3094. -----------------
  3095.  
  3096. Fixes bugs:
  3097.     - The ProcSet relied on the presence of NullFont.  (gs_pdf.ps)
  3098.  
  3099. Library
  3100. -------
  3101.  
  3102. Fixes bugs:
  3103.     - There was an extraneous \ outside a macro.  (gsline.c)
  3104.     - Scaling up a black-and-white image could caused many scan lines to
  3105. be inverted.  (gsimage1.c)
  3106.     - The initial clipping path did not take Margins into account
  3107. properly.  (gxdevice.h, gdevxalt.c, gscoord.c, gsdevice.c, gsdevmem.c,
  3108. gsdparam.c, gspath.c)
  3109.     - If banding was required, characters could come out as solid black
  3110. rectangles.  (gxclist.c, gxclread.c)
  3111.  
  3112. Version 3.50(limited) (9/24/95)
  3113. =====================
  3114.  
  3115. This is the last limited bug-fix release during beta test.  The color
  3116. DeskJet drivers are broken (they sometimes produce black rectangles instead
  3117. of characters); we will fix this in the next release.
  3118.  
  3119. The following issues have been postponed to an unspecified future release:
  3120.     - Filling areas often writes pixels twice, causing incorrect output
  3121. with certain unusual RasterOp values.  [1.814]
  3122.     - The tar.gz archives should include a subdirectory like gs-3.46/ in
  3123. the file names.
  3124.     - The CCITTFaxDecode filter should skip initial junk if EndOfLine =
  3125. true.  [1844 8/24/95, NRE]
  3126.  
  3127. Procedures
  3128. ----------
  3129.  
  3130. Fixes bugs:
  3131.     - The name of the new 24-bit TIFF driver was incorrect in one place.
  3132. (vms.mak)
  3133.  
  3134. Utilities
  3135. ---------
  3136.  
  3137. Adds a new utility to put a caption in a box at the bottom of each page.
  3138. (caption.ps)
  3139.  
  3140. Drivers
  3141. -------
  3142.  
  3143. Fixes bugs:
  3144.     - The PC display devices weren't page devices.  Probably all the
  3145. other display and window system devices should be made page devices too, but
  3146. we aren't going to bother tracking them down.  (gdevpcfb.c)
  3147.     - There was a lot of duplicated code in the TIFF drivers.
  3148. (gdevtifs.h, gdevtfax.c, gdevtfnx.c, gdevtifs.c)
  3149.  
  3150. Updates the bjc600 / bjc800 drivers with changes from the author.
  3151. (devices.doc, gdevbjc.h, gdevcdj.c)
  3152.  
  3153. Interpreter
  3154. -----------
  3155.  
  3156. Fixes bugs:
  3157.     - Building with COMPILE_INITS=1 produced a stackunderflow error.
  3158. (gs_pdf_e.ps)
  3159.     - An internal operator didn't have a name.  (ztoken.c)
  3160.     - Some error and information messages weren't in the Adobe format.
  3161. (gs_fonts.ps, gs_init.ps)
  3162.     - Some common Adobe compatibility operators weren't implemented:
  3163. pagemargin, pageparams, setpagemargin.  (gs_statd.ps, gs_lev2.ps)
  3164.     - setpageparams set Margins rather than PageOffset.  (gs_lev2.ps)
  3165.     - setpage and setpageparams didn't set Orientation.  (gs_lev2.ps)
  3166.     - If the end of an input buffer fell just after the / of a literal
  3167. name, a memory access error could occur.  (iscan.c)
  3168.     - When the interpreter returned from gs_[main_]run_string_continue,
  3169. there could be an extra value on the operand stack.  (iscan.h, istream.h,
  3170. interp.c, iscan.c, zfileio.c, zfproc.c, zpaint.c, ztoken.c)
  3171.     - If the character cache was disabled, or if a character was too
  3172. large to be cached, returning from a font BuildChar procedure could do an
  3173. erasepage.  (zchar.c)
  3174.  
  3175. A minor change was required for compatibility with the library change for
  3176. image devices.  (zdevice.c)
  3177.  
  3178. Adds a -dSHORTERRORS switch that changes some of the common error and
  3179. warning messages for greater Adobe compatibility.  (gs_init.ps, gs_fonts.ps)
  3180.  
  3181. Interpreter (PDF)
  3182. -----------------
  3183.  
  3184. Fixes bugs:
  3185.     - If a CharProc for a Type 3 font did a BT/ET, the graphics state
  3186. could get confused.  (gs_pdf.ps)
  3187.     - If a Tf occurred inside a BT/ET, it didn't take effect on
  3188. subsequent BT/ETs.  (gs_pdf.ps)
  3189.  
  3190. Library
  3191. -------
  3192.  
  3193. Fixes bugs:
  3194.     - There was no way to control whether an image device was a page
  3195. device.  Fixing this required a NON-BACKWARD-COMPATIBLE CHANGE to
  3196. gs_makewordimagedevice and gs_initialize_wordimagedevice to take a Boolean
  3197. page_device argument.  Fortunately, this change affects only a few obscure
  3198. library clients.  (gsdevice.h, gsdevmem.c)
  3199.  
  3200. Adds translation capability to clipping devices.  This isn't used anywhere
  3201. yet.  (gxcpath.h, gxcpath.c)
  3202.  
  3203. Adds procedures for doing unaligned copy_xxx operations.  These were added
  3204. for a customer.  (gxdevice.h, gsdevice.c)
  3205.  
  3206. Changes the (undocumented) return value of gs_setcachedevice[2]: they used
  3207. to return 1 if the current show operation was a non-displaying one
  3208. (stringwidth or cshow), and now return 1 if the cache device was just
  3209. installed.  This change was required to fix the BuildChar page clearing bug
  3210. in the interpreter.  THIS IS A NON-BACKWARD-COMPATIBLE CHANGE, but as far as
  3211. I know, there aren't any external clients of these routines.  (gschar.h,
  3212. gschar.c)
  3213.  
  3214. Version 3.49(limited) (9/20/95)
  3215. =====================
  3216.  
  3217. This is another bug-fix release during beta test.  There are other bugs
  3218. outstanding, but the ones I know about right now are all platform-specific.
  3219.  
  3220. Documentation
  3221. -------------
  3222.  
  3223. Fixes bugs:
  3224.     - make.doc didn't mention that the .def files are needed to build a
  3225. MS Windows executable.  (make.doc)
  3226.  
  3227. Procedures
  3228. ----------
  3229.  
  3230. Fixes bugs:
  3231.     - There were some forward references to macro definitions in the
  3232. makefiles.  (int.mak, lib.mak)
  3233.     - The default device for library configurations was the null page
  3234. device, not the first device in DEVICE_DEVS.  (ugcclib.mak)
  3235.  
  3236. Drivers
  3237. -------
  3238.  
  3239. Fixes bugs:
  3240.     - The BJC600 / BJC800 drivers were missing a header file.
  3241. (gdevbjc.h, gdevcdj.c)
  3242.     - A procedure name was used in two different files.  (gdevcdj.c)
  3243.     - The PCX driver didn't return an error code in case of failure.
  3244. (gdevpcx.c)
  3245.     - The X Windows driver produced some confusing warning messages.
  3246. (gdevxini.c)
  3247.     - Some names were duplicated between drivers.  (gdevepsc.c)
  3248.     - The X driver maintained its own, peculiar initial matrix even if
  3249. Ghostview wasn't involved.  (gdevx.c)
  3250.  
  3251. With the permission of the author, changes the 24-bit TIFF license from GNU
  3252. to Aladdin.  (gdevtfnx.c)
  3253.  
  3254. Platforms
  3255. ---------
  3256.  
  3257. Fixes bugs:
  3258.     - The VMS build scripts were out of sync with the makefiles (again).
  3259. (modules.lis, vms.mak)
  3260.  
  3261. Interpreter
  3262. -----------
  3263.  
  3264. Fixes bugs:
  3265.     - When the requested media size matched an available size exactly
  3266. with a 90 degree rotation, Orientation was ignored.  (zmedia2.c)
  3267.  
  3268. Makes zcurrentdevice extern.  (opextern.h, zdevice.c)
  3269.  
  3270. Library
  3271. -------
  3272.  
  3273. Fixes bugs:
  3274.     - A couple of places used memcpy instead of memmove.  (gxclread.c)
  3275.     - If a bitmap image was compressed with RLE compression in a band
  3276. list, it would cause an error on decompression.  (gxclread.c)
  3277.     - The representation of colors in the band list was needlessly
  3278. inefficient.  (gxcldev.h, gxclist.c, gxclread.c)
  3279.     - When using colored halftones, snowflak.ps crashed with an invalid
  3280. memory access.  More generally, any use of halftones could cause the garbage
  3281. collector to make an invalid access.  (gsstate.c)
  3282.  
  3283. Adds some more code for paths in band lists, but again doesn't activate it.
  3284. (gxcldev.h, gxpath.h, gzline.h, gsline.c, gspath1.c, gxclist.c, gxclread.c,
  3285. gxpath.c)
  3286.  
  3287. Version 3.48(limited) (9/17/95)
  3288. =====================
  3289.  
  3290. This is the second bug-fix release during beta test.  Among other things, it
  3291. fixes a bug introduced in 3.47 that caused all PDF files to give an error.
  3292. ******NOTE: the BJC600 and BCJ800 drivers do not work in this release,
  3293. because we didn't get a file from the author in time.  They will compile,
  3294. but not run.  This will be fixed in the next round.
  3295.  
  3296. Documentation
  3297. -------------
  3298.     
  3299. Fixes bugs:
  3300.     - Alan Barclay's contact information was wrong.  (README)
  3301.  
  3302. Procedures
  3303. ----------
  3304.  
  3305. Fixes bugs:
  3306.     - The linker path for Watcom C++ 10.5 was wrong.  (wccommon.mak)
  3307.     - There was a syntax error in a batch file.  (pdf2ps.bat)
  3308.     - The VMS build script didn't have entries for some printers.
  3309. (vms.mak)
  3310.  
  3311. Adds the bjc600 and bjc800 devices on all platforms that already include the
  3312. color DeskJet devices.  (*.mak)
  3313.  
  3314. Drivers
  3315. -------
  3316.  
  3317. Fixes bugs:
  3318.     - The H-P drivers didn't reposition the cursor properly at the
  3319. beginning of pages after the first page, causing the image to be shifted
  3320. down slightly and cut off at the bottom.  (gdevdjet.c)
  3321.     - The x11alpha driver was extremely slow.  (gdevxalt.c)
  3322.     - The -g switch by itself didn't work for the X Windows driver.
  3323. (gdevxini.c)
  3324.     - .installpagedevice can get a rangecheck on MS Windows because the
  3325. HWColorMap can change spontaneously.  (gs_setpd.ps)
  3326.  
  3327. Updates the bjc600 and bjc800 drivers with new versions from Yves Arrouye.
  3328. (gdevcdj.c)
  3329.  
  3330. Adds a user-contributed driver that writes uncompressed 24-bit RGB TIFF
  3331. images in a format that is standard on NeXT platforms.  This driver is
  3332. governed by the GNU license and is therefore separated from the rest of the
  3333. Aladdin distribution.  (gdevtfnx.c)
  3334.  
  3335. Platforms
  3336. ---------
  3337.  
  3338. Fixes bugs:
  3339.     - There was an undefined reference to clock_gettime on some Unix
  3340. systems.  (gp_unix.c)
  3341.     - The new gp_fopen routine had several errors.  (gp_vms.c)
  3342.  
  3343. Interpreter
  3344. -----------
  3345.  
  3346. Fixes bugs:
  3347.     - Some routines that should be main-instance-specific weren't.
  3348. (imain.h, main.h, gsmain.c)
  3349.     - sethalftone with a Type 2 or Type 4 halftone didn't work on CMYK
  3350. devices.  (zht2.c)
  3351.     - Setting A4 paper as the default in gs_init.ps, or specifying
  3352. -dPAPERSIZE, conflicted with -g.  (gs_init.ps)
  3353.     - The maximum value of a single-precision float wasn't correct on
  3354. VAX systems.  (math_.h, iscannum.c)
  3355.     - Some integer expressions were passed as floating point arguments.
  3356. (gs.c, zmedia2.c)
  3357.     - Media selection in setpagedevice was broken (again), as of 3.46.
  3358. (gs_setpd.ps, zmedia2.c)
  3359.  
  3360. Interpreter (PDF)
  3361. -----------------
  3362.  
  3363. Fixes bugs:
  3364.     - Substituted color spaces caused an error.  (gs_pdf.ps,
  3365. pdf_draw.ps)
  3366.  
  3367. Library
  3368. -------
  3369.  
  3370. Fixes bugs:
  3371.     - If a halftone had no non-default components that matched the
  3372. device's primary colors, the result would be a solid color rather than a
  3373. halftone using the default screen.  (gsht.c)
  3374.     - sethalftone with a Type 2 or Type 4 halftone didn't work on CMYK
  3375. devices.  (gxht.h, gsht.c, gsht1.c)
  3376.     - The new gp_fopen routine wasn't being used.  (gsiodev.c)
  3377.     - A mixing of float and fixed values caused a clipping region to be
  3378. possibly incorrect by up to 1 pixel.  (gspaint.c)
  3379.     - A function definition was inconsistent with the prototype.
  3380. (gspath1.c)
  3381.  
  3382. Adds preliminary code for including paths in band lists, but doesn't
  3383. activate any of it.  (lib.mak, gxcldev.h, gxclist.c, gxclread.c)
  3384.  
  3385. Version 3.47(limited) (9/14/95)
  3386. =====================
  3387.  
  3388. This is a bug-fix release during beta test.  It is meant to have no new
  3389. functionality, although in the case of setpagedevice that's stretching
  3390. things a little.
  3391.  
  3392. Documentation
  3393. -------------
  3394.  
  3395. Fixes bugs:
  3396.     - The Mac documentation still referred to IJG JPEG v5a rather than
  3397. v6.  (make.doc)
  3398.     - The RasterOp texture device was identified incorrectly.
  3399. (gdevmrop.c)
  3400.     - use.doc and psfiles.doc didn't mention the PDF-related files.
  3401. (psfiles.doc, use.doc)
  3402.     - psview is no longer available.  (README)
  3403.     - current.doc didn't document the recognized setpagedevice keys.
  3404. (current.doc)
  3405.  
  3406. Procedures
  3407. ----------
  3408.  
  3409. Fixes bugs:
  3410.     - Many utility programs weren't included in the Unix 'install' list.
  3411. (unix-end.mak)
  3412.     - It wasn't at all convenient to make configurations without the BCP
  3413. or other non-standard filters.  (*.mak, int.mak, modules.lis, zfilter2.c,
  3414. zfilterx.c)
  3415.     - The gconfig.c and iconfig.c files weren't deleted after
  3416. compilation.  (int.mak, lib.mak)
  3417.     - unix-end.mak referred to the nonexistent macros INT{1,2}_MAK.
  3418. (unix-end.mak)
  3419.     - The rules for building the dfax drivers were incorrect.  (devs.mak)
  3420.     - Omitting filter.dev produced an undefined reference.  (int.mak)
  3421.  
  3422. Adds a customer-contributed makefile for Microsoft Visual C++ 2.n under
  3423. Windows NT.  (msvcwint.mak)
  3424.  
  3425. Utilities
  3426. ---------
  3427.  
  3428. Fixes bugs:
  3429.     - The JPEG utility didn't support the new progressive JPEG modes,
  3430. and didn't invert Adobe Photoshop output as needed.  (viewjpeg.ps)
  3431.     - The printafm utility had a single font name wired in.  (printafm,
  3432. printafm.ps)
  3433.     - The CIE lookup simulation had several bugs.  (docie.ps)
  3434.     - pdf2ps[.bat] were missing from the fileset.
  3435.     - Files produced by pdf_2ps didn't include the GS_PDF ProcSet.
  3436. (gs_pdf.ps, pdf_2ps.ps, pdf_base.ps, pdf_main.ps)
  3437.  
  3438. Drivers
  3439. -------
  3440.  
  3441. Fixes bugs:
  3442.     - Bits read back from an EGA or VGA device were incorrect.
  3443. (gdevpcfb.c)
  3444.     - The 24-bit PCX run length compressor used a slow algorithm.
  3445. (gdevpcx.c)
  3446.     - gdevstc.c wouldn't compile with the Borland compiler.  (gdevstc.c)
  3447.     - There was a typo in the OS/2 PM driver.  (gdevpm.c)
  3448.     - .installpagedevice gets a rangecheck on X Windows because the
  3449. HWColorMap can change spontaneously.  (gs_setpd.ps)
  3450.     - The left margin for the DeskJet 500 was wrong.  (gdevdjet.c)
  3451.     - The two notions of "margin" (offset of 0,0 from physical page
  3452. corner vs. unprintable area around edges of physical page) were still
  3453. confused.  We've now fixed this for the H-P monochrome printers, but it's
  3454. probably still confused for all other printers.  (gdevprn.h, gdevdjet.c)
  3455.  
  3456. Platforms
  3457. ---------
  3458.  
  3459. Fixes bugs:
  3460.     - The Windows print spooler header file wasn't included when it
  3461. needed to be, and some other Win32-specific changes were missing.
  3462. (gsdll32.def, gp_mswin.c)
  3463.     - Windows DLLs didn't parse "s in the command "arguments" correctly.
  3464. (gsdll.c)
  3465.  
  3466. Fonts
  3467. -----
  3468.  
  3469. Fixes bugs:
  3470.     - FAKEFONTS could get the font directories into inconsistent states.
  3471. (gs_dps1.ps, gs_fonts.ps)
  3472.     - The substitutions for Adobe's Myriad and Minion fonts weren't
  3473. appropriate.  (gs_fonts.ps)
  3474.  
  3475. Interpreter
  3476. -----------
  3477.  
  3478. Fixes bugs:
  3479.     - If pathforall got an error computing the user-space points on a
  3480. path, it could cause an invalid access.  (zpath1.c)
  3481.     - A 'private' declaration were omitted.  (Why doesn't gcc catch
  3482. this??)  (zcie.c)
  3483.     - Setting GS_FONTPATH produced a stackunderflow error.
  3484. (gs_fonts.ps)
  3485.     - currentscreen caused a typecheck if the screen had been set by
  3486. setcolorscreen.  (gs_dps1.ps)
  3487.     - setcolorrendering tried to cache values computed from the color
  3488. space even if the current color space wasn't a CIE space.  (zcrd.c)
  3489.     - Out-of-range numbers like 10E38 caused a floating point exception.
  3490. (iscannum.c)
  3491.     - Giving a closed readable file as input for a filter caused an
  3492. invalidaccess.  (files.h, interp.c, zfilter.c)
  3493.     - setpagedevice opened the default device even with -dNODISPLAY.
  3494. (gs_init.ps, gs_setpd.ps)
  3495.     - realtime returned the same value as usertime.  (gs_lev2.ps,
  3496. zmisc.c)
  3497.     - Storing a local value into systemdict caused some redundant code
  3498. to be executed.  (zdict.c)
  3499.     - Files with a very long first line could cause a rangecheck error.
  3500. (gs_init.ps)
  3501.     - The PageOffset page device parameter was ignored.  (gs_setpd.ps)
  3502.     - The Orientation page device parameter wasn't handled properly.
  3503. (gs_setpd.ps, idparam.h, idparam.c, zmedia2.c)
  3504.     - setpagedevice could set device parameters twice, with an
  3505. incomplete update the first time.  (gs_setpd.ps)
  3506.  
  3507. Interpreter (PDF)
  3508. -----------------
  3509.  
  3510. Fixes bugs:
  3511.     - Readers confused the internal pdfrun procedure with the public
  3512. runpdf procedure.  (pdf_*.ps)
  3513.  
  3514. Streams
  3515. -------
  3516.  
  3517. Fixes bugs:
  3518.     - Closed streams had a NULL state pointer, causing problems for some
  3519. clients.  (stream.c)
  3520.     - Group 4 decoding could get an ioerror if an end-of-buffer occurred
  3521. in a horizontal code sequence between a makeup code and the termination
  3522. code.  (scfd.c)
  3523.  
  3524. Library
  3525. -------
  3526.  
  3527. Fixes bugs:
  3528.     - Some 'private' declarations were omitted.  (Why doesn't gcc catch
  3529. these??)  (gdevmrop.c, gxht.c)
  3530.     - Patterns could produce bad output in the band list.  (gxclist.c)
  3531.     - RasterOp wasn't implemented at all for 2- or 4-bit devices.  (In
  3532. this release, we implement only a subset, and without handling transparency
  3533. properly.)  (gdevm2.c, gdevm4.c, gdevmrop.c)
  3534.     - Drawing operations and text sometimes didn't apply the RasterOp
  3535. when they should, and vice versa.  (gxdcolor.h, gxdraw.c)
  3536.     - setcolorrendering tried to cache values computed from the color
  3537. space even if the current color space wasn't a CIE space.  (gscie.h,
  3538. gscie.c)
  3539.     - Some CIE color spaces produced very distorted colors.  (gscie.c)
  3540.     - setpagedevice opened a window even with -dNODISPLAY.  (gsdevice.c,
  3541. gsdparam.c)
  3542.     - realtime returned the same value as usertime.  (gp.h, time_.h,
  3543. gp_*.c)
  3544.     - The library level attempted to handle the Orientation page device
  3545. parameter.  (gxdevice.h, gdevbit.c, gsdevice.c, gsdparam.c, gspath.c)
  3546.     - Severely non-linear CIE encoding/decoding functions produced
  3547. seriously skewed colors near the ends of the color value range.  This
  3548. problem can now be alleviated, at a significant cost in performance, by
  3549. changing configuration parameters at the beginning of gscie.h.  (gscie.h,
  3550. gscie.c)
  3551.     - Files FTP'ed in binary mode weren't being opened properly on VMS.
  3552. (gp.h, gp_*.c, gsiodev.c)
  3553.     - A header file had an inconsistent declaration.  (math_.h)
  3554.  
  3555. Adds a new gp_get_usertime procedure to gp.h.  THIS IS A
  3556. NON-BACKWARD-COMPATIBLE CHANGE, affecting only platform implementors.  It
  3557. was necessary to fix the realtime/usertime bug.  (gp.h, time_.h, gp_*.c)
  3558.  
  3559. Adds a new gp_fopen procedure to gp.h.  THIS IS A NON-BACKWARD-COMPATIBLE
  3560. CHANGE, affecting only platform implementors.  It was necessary to fix the
  3561. binary file problem on VMS.  (gp.h, gp_*.c)
  3562.  
  3563. Version 3.46(limited) (9/4/95)
  3564. =====================
  3565.  
  3566. This is the "serious beta test" release for the next public release.  It
  3567. finishes implementing RasterOp in the graphics state, and the remaining
  3568. commonly used parts of setpagedevice.
  3569.  
  3570. Documentation
  3571. -------------
  3572.  
  3573. Documents some possible problems when building with DJGPP v2.0-beta.
  3574. (make.doc)
  3575.  
  3576. Adds documentation on using Ghostscript as a PDF interpreter.  (use.doc)
  3577.  
  3578. Notes linking problems with the Watcom 10.0 environment.  (make.doc)
  3579.  
  3580. Procedures
  3581. ----------
  3582.  
  3583. Fixes bugs:
  3584.     - The rule for $(ccfonts).dev was wrong.  (gs.mak)
  3585.  
  3586. Makes some additional filters into 'features'.  (devs.mak, gs.mak)
  3587.  
  3588. Splits off 2 new makefiles from gs.mak, which had gotten very large: lib.mak
  3589. (graphics library) and int.mak (interpreters).  (tar_cat, tar_cat.bat,
  3590. *.mak)
  3591.  
  3592. Adds a new 'config-clean' target that may be helpful in changing
  3593. configuration definitions.  (gs.mak)
  3594.  
  3595. Notes in the relevant makefiles that on Unix and DVX systems, one should not
  3596. edit 'makefile' or the concatenated makefile, but should edit the individual
  3597. subfile and run tar_cat.  (ansihead.mak, cc-head.mak, dgc-head.mak,
  3598. gcc-head.mak, devs.mak)
  3599.  
  3600. Updates the Watcom makefiles to handle Watcom release 10.5, in which many
  3601. executables moved to different directories.  (watc.mak, watcwin.mak,
  3602. wccommon.mak)
  3603.  
  3604. Adds a pdf2ps shell script.  (pdf2ps, pdf2ps.bat)
  3605.  
  3606. Adds a -sFONTMAP= switch to specify the name of the Fontmap file.
  3607. (gs_fonts.ps)
  3608.  
  3609. Adds a -u<name> switch to undefine a name from systemdict.  (interp.h, gs.c,
  3610. iinit.c)
  3611.  
  3612. Adds a -dFIXEDRESOLUTION switch to parallel -dFIXEDMEDIA.  Makes -g set
  3613. FIXEDMEDIA and -r set FIXEDRESOLUTION.  (gs_init.ps, gs_setpd.ps, gs.c)
  3614.  
  3615. Changes some build procedures to avoid problems with read-only source files.
  3616. (gs.mak, int.mak, lib.mak)
  3617.  
  3618. Utilities
  3619. ---------
  3620.  
  3621. Adds a utility for emulating the CIE color mapping algorithms.  (docie.ps)
  3622.  
  3623. Drivers
  3624. -------
  3625.  
  3626. Changes the x11alpha device so that it uses 32-bit pixels with 8 bits of
  3627. alpha.  (gdevxalt.c)
  3628.  
  3629. Updates the Epson Stylus Color driver to Gunther Hess's release 1.17.
  3630. (devs.mak, unix-end.mak, devices.doc, stcolor.ps, gdevstc.h, gdevstc*.c)
  3631.  
  3632. Updates the alternate X drivers for the change from PageSize to MediaSize.
  3633. (gdevxalt.c)
  3634.  
  3635. Makes Duplex an optional parameter of printer devices rather than of all
  3636. devices.  (gdevprn.h, gxdevice.h, gsdparam.c, gdevdjet.c, gdevprn.c)
  3637.  
  3638. Platforms
  3639. ---------
  3640.  
  3641. Makes pipes (%pipe% file syntax) a selectable option on Unix platforms,
  3642. rather than always being included.  (ansihead.mak, cc-head.mak,
  3643. gcc-head.mak, ugcclib.mak, unixtail.mak)
  3644.  
  3645. Interpreter
  3646. -----------
  3647.  
  3648. Fixes bugs:
  3649.     - colorimage, and the dictionary form of image with
  3650. MultipleDataSources = true, didn't check that all the data sources were of
  3651. the same type.  (zpaint.c)
  3652.     - colorimage, and dictionary-type images with MultipleDataSources =
  3653. true, usually didn't work properly with files.  (zpaint.c)
  3654.     - grestoreall left a dangling pointer to the transfer function
  3655. cache.  (gsstate.c)
  3656.     - Changes made by setpagedevice could get 'lost' and not installed
  3657. in the current page device dictionary.  (gs_setpd.ps)
  3658.     - The Install procedure was called before the new page device
  3659. dictionary had gotten installed.  (gs_setpd.ps)
  3660.     - If a grestore/grestoreall/restore/setgstate operation switched
  3661. page devices, the new page device didn't get installed properly.
  3662. (gs_setpd.ps, opextern.h, zdevice2.c, zdps1.c)
  3663.     - If the current screen was a Type 1 halftone, currentscreen and
  3664. currentcolorscreen returned frequency = 60, angle = 0 rather than the
  3665. Frequency and Angle from the halftone (see Adobe TN 5085).  (gs_dps1.ps,
  3666. gs_init.ps)
  3667.     - setscreen with a Type 1 halftone dictionary didn't insert the
  3668. frequency and angle into the dictionary (see Adobe TN 5085).  (gs_dps1.ps)
  3669.     - upath didn't include a trailing moveto in the bounding box.
  3670. (gs_dps1.ps, zpath1.c)
  3671.     - setpagedevice didn't automatically rotate or scale the image when
  3672. necessary.  (gs_setpd.ps, zmedia2.c)
  3673.  
  3674. Moves the RasterOp operators to a separate file.  (iutil.h, iutil.c,
  3675. zgstate.c, zrop.c)
  3676.  
  3677. Eliminates the unnecessary "wrapper" around .setdevice.  (zdevice2.c)
  3678.  
  3679. Establishes the convention that all interpreter callbacks into PostScript
  3680. code use procedure names that begin with %; documents this in gs_init.ps.
  3681. Changes Type1BuildChar and Type1BuildGlyph to %Type1BuildChar and
  3682. %Type1BuildGlyph.  (gs_init.ps, gs_type1.ps, zfont0.c, zfont1.c)
  3683.  
  3684. Changes image / imagemask / colorimage for the new library API.  (zimage2.c,
  3685. zpaint.c)
  3686.  
  3687. Reorganizes font loading to make compiled fonts and Fontmap interact better
  3688. with each other.  (gs_ccfnt.ps, gs_fonts.ps, gs_init.ps, gs_res.ps)
  3689.  
  3690. Implements parameter collection for the new CIEBasedDEF[G] color spaces, but
  3691. doesn't actually implement the color spaces themselves.  (icie.h, zcie.c,
  3692. zcrd.c)
  3693.  
  3694. Renames iconfig.c as iconf.c to avoid problems with read-only source files.
  3695. (iconf.c)
  3696.  
  3697. Interpreter (PDF)
  3698. -----------------
  3699.  
  3700. Fixes bugs:
  3701.     - PDF to PostScript conversion didn't work.  (pdf_main.ps)
  3702.  
  3703. Shifts most of the work in the PDF interpreter from the reader to the
  3704. ProcSet.  This simplifies the code considerably and also makes it easier to
  3705. modify.  (gs_pdf.ps, pdf_draw.ps, pdf_font.ps, pdf_main.ps)
  3706.  
  3707. Library
  3708. -------
  3709.  
  3710. Fixes bugs:
  3711.     - 'static' was omitted in a place that some compilers require it.
  3712. (gxccman.c)
  3713.     - Some compilers don't allow a variable with the same name as a
  3714. preprocessor macro with arguments.  (gscie.c)
  3715.     - Some places did a "return -1" rather than a proper error return.
  3716. (gsdevice.c, gxclist.c)
  3717.     - An external declaration had a typo.  (gsrop.h)
  3718.     - An extra semicolon upset some compilers.  (gzpath.h)
  3719.     - Printer devices that didn't use the standard macros for generating
  3720. their procedure vector wound up being considered as non-page devices.
  3721. (gdevprn.c)
  3722.     - Some compilers truncated identifiers longer than 31 characters.
  3723. (gscspace.h, zcie.c, gscie.c)
  3724.     - upath didn't include a trailing moveto in the bounding box.
  3725. (gspath.h, gspath1.c)
  3726.     - RasterOp value 126 returned an incorrect result.  (gsroptab.c)
  3727.  
  3728. Finishes implementing RasterOp in the graphics state.  (gdevmrop.h, gsrop.h,
  3729. gsropt.h, gsstate.h, gxbitmap.h, gxcindex.h, gxdcolor.h, gxdevice.h,
  3730. gzstate.h, gdevmrop.c, gscolor.c, gsdevice.c, gsimage.c, gsimage1.c,
  3731. gsimage2.c, gsimage3.c, gspcolor.c, gsrop.c, gsstate.c, gxacpath.c,
  3732. gxccache.c, gxcht.c, gxcmap.c, gxdither.c, gxdraw.c, gxht.c)
  3733.  
  3734. Changes forwarding devices so they forward get_bits by default.  This
  3735. probably doesn't affect any existing code.  (gxdevice.h, gsdevice.c)
  3736.  
  3737. Changes the API for gs_image[mask]_init to pass a structure rather than a
  3738. very large number of scalars.  THIS IS A NON-BACKWARD-COMPATIBLE CHANGE,
  3739. motivated by the addition of further image parameters to support RasterOp.
  3740. Since there are no external clients of the library yet, it shouldn't matter.
  3741. (gsimage.h, gsimage.c, gslib.c, gxccache.c)
  3742.  
  3743. Redefines the device "page size" as being the size of the actual media,
  3744. changing the name of the gx_device PageSize member to MediaSize, the name of
  3745. the PageSize device parameter to .MediaSize (but keeping PageSize as
  3746. equivalent, for backward compatibility), and the name of the
  3747. gx_device_set_page_size procedure to gx_device_set_media_size (keeping the
  3748. old name as a macro).  THIS IS A NON-BACKWARD-COMPATIBLE CHANGE.  It is
  3749. necessary to make setpagedevice work, and to avoid confusion about what
  3750. "page size" means.  It potentially affects any device driver, but almost
  3751. none of the device drivers distributed with Ghostscript are affected, and
  3752. those have been updated.  (gsparam.h, gxdevice.h, gsdevice.c, gsdparam.c,
  3753. gspath.c)
  3754.  
  3755. Renames gconfig.c as gconf.c to avoid problems with read-only source files.
  3756. (gconf.c)
  3757.  
  3758. Adds an API procedure for setting a bitmap pattern.  (gscolor2.h,
  3759. gspcolor.c)
  3760.  
  3761. Version 3.45(limited) (8/27/95)
  3762. =====================
  3763.  
  3764. The purpose of this release is to fix some minor bugs reported by commercial
  3765. licensees, and to add two enhancements: optional RenderTable interpolation
  3766. for CIE color, and reducing the temporary space used during character
  3767. caching (also for a licensee).
  3768.  
  3769. Documentation
  3770. -------------
  3771.  
  3772. Notes that the only valid return values from get_alpha_bits are 1, 2, and 4.
  3773. (drivers.doc)
  3774.  
  3775. Notes that the get_bits driver procedure will return a pointer to aligned
  3776. data, but does not require the caller's data area to be aligned.
  3777. (drivers.doc)
  3778.  
  3779. Procedures
  3780. ----------
  3781.  
  3782. Fixes bugs:
  3783.     - Many of the printer and file output drivers in devs.mak still
  3784. included gdevprn.$(OBJ) in their dependencies.  (devs.mak)
  3785.     - PDEVH was used before it was defined.  (devs.mak)
  3786.     - GENCONF_XE was used before it was defined.  (unixhead.mak,
  3787. unix-end.mak)
  3788.  
  3789. Makes it possible to switch sfile implementations without editing gs.mak.
  3790. (gs.mak)
  3791.  
  3792. Makes it possible to specify alternate compiled font tables without editing
  3793. gs.mak.  (gs.mak)
  3794.  
  3795. Allows quoted arguments in @-files, e.g.,
  3796.     -sOutputFile="a file name with spaces"
  3797. (gs.c)
  3798.  
  3799. Utilities
  3800. ---------
  3801.  
  3802. Fixes bugs:
  3803.     - The ps2ascii script could fail to delete temporary files in case
  3804. of an abnormal exit.  (ps2ascii)
  3805.  
  3806. Drivers
  3807. -------
  3808.  
  3809. Fixes bugs:
  3810.     - The MS Windows printer capability test was wrong.  (gdevwpr2.c)
  3811.     - The MS Windows and OS/2/PM displays weren't page devices.
  3812. (gdevwdib.c, gdevpm.c)
  3813.  
  3814. Gets rid of all direct references to dev->PageSize in drivers.  (gdevl256.c,
  3815. gdevvglb.c)
  3816.  
  3817. Platforms
  3818. ---------
  3819.  
  3820. Fixes bugs:
  3821.     - The 32-bit MS Windows configuration file for the Borland C++
  3822. compiler was missing from the fileset.  (bcc32.cfg, tar_gs)
  3823.  
  3824. Makes the printer devices in the OS/2 implementation capable of outputting
  3825. directly to the print spooler.  (use.doc, gp_os2.c)
  3826.  
  3827. Makes printing on Windows NT and Windows 95 use the printer queue.
  3828. (gp_mswin.c, gswin32.rc)
  3829.  
  3830. Interpreter
  3831. -----------
  3832.  
  3833. Fixes bugs:
  3834.     - Copying a null device produced an uninitialized pointer.
  3835. (gsdevice.c)
  3836.     - The dictionary returned by deviceinfo wasn't read-only.
  3837. (gs_lev2.ps)
  3838.     - If a filter's init code failed, an entry on the operand stack
  3839. (usually the top) could be smashed.  (files.h, zfile.c, zfilter.c)
  3840.  
  3841. Adds const in a few places that needed it.  (zwppm.c)
  3842.  
  3843. Adds interpolation to the CIE RenderTable lookup.  (icie.h, zcie.c, zcrd.c)
  3844.  
  3845. Interpreter (PDF)
  3846. -----------------
  3847.  
  3848. Allows PDF files with control-character garbage at the end, and up to 250
  3849. characters of garbage at the beginning.  The latter is only supported by
  3850. runpdf, not by run.  (pdf_base.ps, pdf_main.ps)
  3851.  
  3852. Streams
  3853. -------
  3854.  
  3855. Fixes bugs:
  3856.     - A 1-D CCITTFaxDecode stream could give an error if an input buffer
  3857. boundary fell just before a 0-length termination code.  (scfx.h, scfd.c)
  3858.  
  3859. Library
  3860. -------
  3861.  
  3862. Fixes bugs:
  3863.     - A variable was used before being set, which could cause band
  3864. devices to become confused when processing colored halftones.  (gxclist.c)
  3865.     - Some of the color and tile bookkeeping for band lists was wrong
  3866. (as of 3.44), causing tiled areas to be filled with garbage.  (gxclist.c,
  3867. gxclread.c)
  3868.     - Colored Patterns showed up blank on devices whose native
  3869. representation of `black' was a non-zero value.  The fix removes the
  3870. 'cached' member of the gx_device structure, and requires monobit memory
  3871. devices to have a palette; this is a NON-BACKWARD-COMPATIBLE CHANGE for
  3872. anyone who was foolish enough to statically initialize a gx_device structure
  3873. without using the macros in gxdevice.h or gdevprn.h.  (gdevmem.h,
  3874. gxdevice.h, gxdevmem.h, gdevm1.c, gdevmrop.c, gsdevice.c, gxcpath.c,
  3875. gxdither.c)
  3876.  
  3877. Provides the framework for band devices to implement alpha (anti-aliasing).
  3878. (gxcldev.h, gdevprn.c, gsdevice.c, gxclist.c, gxclread.c)
  3879.  
  3880. Implements an efficient API for enumerating paths using device coordinates.
  3881. (gspath.h, gxpath.h, gzpath.h, gspath1.c, gxpath2.c)
  3882.  
  3883. Changes the character cache logic so that when rasterizing large
  3884. anti-aliased characters, it converts the oversampled bits to alpha values on
  3885. the fly rather than waiting until it has rasterized the entire character.
  3886. This saves a lot of temporary space, at the expense of some extra time and
  3887. lower quality results for Type 3 characters that don't use a single fill or
  3888. imagemask operation to draw the character.  This enhancement requires adding
  3889. a member to the gx_device structure (max_fill_band), which is a
  3890. NON-BACKWARD-COMPATIBLE CHANGE for badly written drivers (see above).
  3891. (gxchar.h, gxdevice.h, gxpaint.h, gdevabuf.c, gschar.c, gspaint.c,
  3892. gxccache.c, gxccman.c, gxfill.c)
  3893.  
  3894. Changes the palette member of memory devices from gs_string to
  3895. gs_const_string.  (gdevmem.h, gxdevmem.h, gdevmem.c, gdevm1.c)
  3896.  
  3897. Starts to decouple halftoning from the graphics state machinery, so
  3898. it can be applied after banding rather than before.  (gxdcolor.h,
  3899. gxdht.h, gxdither.h, gzht.h, gxcmap.c, gxdither.c, gxdraw.c)
  3900.  
  3901. Starts to decouple path filling from the graphics state machinery, so
  3902. that we can pass paths through band lists.  (gxpaint.h, gxfill.c)
  3903.  
  3904. Adds interpolation to the CIE RenderTable lookup.  This is optional, enabled
  3905. by #define CIE_RENDER_TABLE_INTERPOLATE in gscie.h.  (gscie.h, gxctable.h,
  3906. gscie.c, gxctable.c)
  3907.  
  3908. Version 3.44(limited) (8/21/95)
  3909. =====================
  3910.  
  3911. This includes a few bug fixes, but its main purpose is to add two new
  3912. features: monobit and 8-bit gray-scale RasterOp (at the driver level, not at
  3913. the gstate level yet), and (compressed) band lists in RAM.  Of course, these
  3914. new features may have introduced new bugs!
  3915.  
  3916. Documentation
  3917. -------------
  3918.  
  3919. Adds contact information for a user working on NeXT machines.  (README)
  3920.  
  3921. Notes that Ghostscript runs on FreeBSD.  (README)
  3922.  
  3923. Adds copy_rop (the RasterOp operation) to the driver interface.
  3924. (drivers.doc)
  3925.  
  3926. Adds FONTPATH information for more operating systems.  (use.doc)
  3927.  
  3928. Procedures
  3929. ----------
  3930.  
  3931. Fixes bugs:
  3932.     - The tar_cat script needed a #!/bin/sh to execute correctly on all
  3933. platforms.  (tar_cat)
  3934.     - There were a number of minor errors in the makefiles.  (gs.mak,
  3935. unixhead.mak)
  3936.     - Level 2 configurations without command lists had two undefined
  3937. references.  (gs.mak)
  3938.     - Some shells required an extra ';' to terminate an 'if' command.
  3939. (ugcclib.mak, unix-end.mak, unixtail.mak)
  3940.  
  3941. Updates the JPEG code to the officially released version 6 of the IJG
  3942. library.  See jpeg.mak for information on where to find this library.
  3943. (jpeg/*, jpeg.mak, *.mak, modules.lis)
  3944.  
  3945. Adds a definition of XEAUX to the makefiles to parallel CCAUX, primarily for
  3946. cross-compilation environments.  All references to <some-program>$(XE) must
  3947. be replaced by $(<SOME-PROGRAM>_XE), where some-program={$(GS), ansi2knr,
  3948. echogs, genarch, genconf, geninit}.  This is a NON-BACKWARD-COMPATIBLE
  3949. CHANGE, required in order for the makefiles to work in cross-compiled
  3950. environments.  (For non-cross-compiled environments, it currently doesn't
  3951. matter.)  (gs.mak, *.mak)
  3952.  
  3953. Utilities
  3954. ---------
  3955.  
  3956. Updates ps2ai.ps to version 2.13.  (ps2ai.ps)
  3957.  
  3958. Changes all the utility shell scripts to include #!/bin/sh, to use exec, and
  3959. to pass the original arguments using "$@".  (bdftops, font2c, gsbj, gsdj,
  3960. gslj, gslp, gsnd, wftopfa)
  3961.  
  3962. Drivers
  3963. -------
  3964.  
  3965. Adds the requirement that all page-oriented devices (i.e., those that use
  3966. gdevprn.h and implement the print_page procedure) include page.dev in their
  3967. dependencies and use $(SETPDEV) rather than $(SETDEV) in their makefile rule
  3968. bodies.  THIS IS A NON-BACKWARD-COMPATIBLE CHANGE.  Without this change, the
  3969. command list logic (over 25K of unnecessary object code) would have to be
  3970. included in every configuration.  (gs.mak, devs.mak, echogs.c)
  3971.  
  3972. Adds a user-contributed driver for the Okidata Microline (IBM compatible)
  3973. dot matrix printers.  (gdevokii.c)
  3974.  
  3975. Adds copy_rop (the RasterOp operation) to the driver interface.  Currently,
  3976. only monobit and 8-bit gray-scale devices implement it.  (gxdevice.h,
  3977. gsdevice.c)
  3978.  
  3979. Adds the ability to read back bits from the display to the x11 devices.
  3980. (x_.h, gdevx.c, gdevxalt.c)
  3981.  
  3982. Platforms
  3983. ---------
  3984.  
  3985. Makes some minor changes to support QNX.  (stat_.h)
  3986.  
  3987. Removes the mswinprn driver from the 16-bit Windows configuration, because
  3988. the 64K default data segment overflowed.  (bcwin.mak)
  3989.  
  3990. Interpreter
  3991. -----------
  3992.  
  3993. Fixes bugs:
  3994.     - Type 1 fonts didn't accept packed arrays for Subrs or OtherSubrs.
  3995. (zchar1.c, zfont1.c)
  3996.     - TBCP-encoded files (yes, I know there isn't supposed to be any
  3997. such thing) didn't automatically activate TBCP decoding.  (gs_init.ps)
  3998.     - Fonts with invalid FID entries weren't detected.  (zfont.c)
  3999.  
  4000. Speeds up dictionary operations slightly by removing redundant checks for
  4001. nulls.  (zdict.c)
  4002.  
  4003. Starts adding support for the new CIEBasedDEF and CIEBasedDEFG color spaces.
  4004. (gs_l2img.ps, gs_lev2.ps, igstate.h, zcrd.c)
  4005.  
  4006. Adds access operators for RasterOp and transparency in the graphics state.
  4007. (They don't actually do anything yet.)  (zgstate.c)
  4008.  
  4009. Interpreter (PDF)
  4010. -----------------
  4011.  
  4012. Fixes bugs:
  4013.     - PDFDocEncoding was missing characters 24-31.  (gs_pdf_e.ps)
  4014.  
  4015. Moves the definition of pdfmark from systemdict to userdict so that Adobe
  4016. PostScript files won't think the interpreter is a distiller.  (gs_pdf.ps)
  4017.  
  4018. Library
  4019. -------
  4020.  
  4021. Fixes bugs:
  4022.     - Some JPEG images had bands of garbage alternating with bands of
  4023. valid data.  IJG v6 fixed this -- see above.
  4024.     - With FPU_TYPE = -1, the cosine routine returned incorrect values
  4025. for angles above 270 degrees.  (gsmisc.c)
  4026.     - CIE color conversion didn't work on 16-bit systems.  (gscie.h,
  4027. gscie.c)
  4028.  
  4029. Partially implements reducing the intermediate space for rasterizing
  4030. anti-aliased characters by compressing the oversampled representation to an
  4031. alpha array incrementally.  (gdevmem.h, gxchar.h, gxdevmem.h, gdevabuf.c,
  4032. gschar.c, gspaint.c, gxccman.c)
  4033.  
  4034. Starts adding support for the new CIEBasedDEF and CIEBasedDEFG color spaces.
  4035. (gscie.h, gscspace.h, gscie.c)
  4036.  
  4037. Completes the implementation of band lists in RAM.  To select this feature,
  4038. change the definition of cl_impl in gs.mak from clfile to clmem.  (Someday
  4039. we'll make this easier.)  (gxclmem.h, gxclmem.c)
  4040.  
  4041. Finishes implementing RasterOp and transparency at the driver level for
  4042. monobit and 8-bit gray-scale devices, and implements some of the framework
  4043. for general multiple-bit-per-pixel devices.  See drivers.doc for
  4044. documentation.  (gsropt.h, gxcldev.h, gxclist.h, gdevm1.c, gdevm8.c,
  4045. gdevmem.c, gdevmrop.c, gschar.c, gxclist.c, gxclread.c)
  4046.  
  4047. Implements the ability to include commands applicable to all bands, rather
  4048. than an individual band, in the band list.  Eventually this will be used for
  4049. passing halftones through the band list.  (gxcldev.h, gxclist.h, gxclist.c)
  4050.  
  4051. Adds support for 2-bit-deep 'word' memory devices.  (gdevmem.h, gxdevmem.c,
  4052. gdevm2.c)
  4053.  
  4054. Changes the initialization for memory devices so that they determine their
  4055. polarity from the device for which they are buffering the image (if any).
  4056. This is a subtle change.  (gdevmem.h, gdevmem.c, gdevm1.c, gsdevmem.c)
  4057.  
  4058. Version 3.43(limited) (8/10/95)
  4059. =====================
  4060.  
  4061. Fixes a few more minor bugs, and changes FEATURE selection back to
  4062. essentially the way it was before 3.41.
  4063.  
  4064. Documentation
  4065. -------------
  4066.  
  4067. Fixes bugs:
  4068.     - A ~ was missing in a URL.  (README)
  4069.  
  4070. Adds information about an Amiga port of Ghostscript.  (README)
  4071.  
  4072. Removes a file called gs.1.c, which appears to be an obsolete version of
  4073. gs.1.
  4074.  
  4075. Adds DCX documentation to the PCX driver.  (We don't support DCX yet, but we
  4076. might in the future.)  (gdevpcx.c)
  4077.  
  4078. Adds information about getting Type 1 fonts from H-P if you have an H-P
  4079. PostScript printer.  (use.doc)
  4080.  
  4081. Procedures
  4082. ----------
  4083.  
  4084. Fixes bugs:
  4085.     - The auxiliary programs wouldn't compile with ANSI compilers that
  4086. don't accept K&R syntax.  (ccgs, gs.mak, ugcclib.mak, *head.mak,
  4087. unixtail.mak, echogs.c, genarch.c, genconf.c, geninit.c)
  4088.  
  4089. Reinstates FEATURE_DEVS in the makefiles, getting rid of FEATURE1..10.  THIS
  4090. IS A NON-BACKWARD-COMPATIBLE CHANGE, but it puts things back the way they
  4091. were before 3.41, with one exception: compiling the PostScript
  4092. initialization code into the executable is now a separate macro
  4093. COMPILE_INITS with a definition of 0 or 1, instead of the ccinit 'feature'.
  4094. (gs.mak, *.mak, fonts.doc, make.doc)
  4095.  
  4096. Adds a CCLEAF macro to the makefiles, for optimizing the compilation of
  4097. modules containing only leaf procedures.  (gs.mak, *.mak)
  4098.  
  4099. Adds a CONFIG makefile variable that helps in maintaining multiple variants
  4100. in a single directory.  (gs.mak, *.mak)
  4101.  
  4102. Platforms
  4103. ---------
  4104.  
  4105. Fixes bugs:
  4106.     - An extern for exit() (in <stdlib.h>) was omitted.  (gp_vms.c)
  4107.  
  4108. Fonts
  4109. -----
  4110.  
  4111. Reorganizes the compiled font facility so that fonts can be compiled and
  4112. turned into a library by third parties.  (gs.mak, font2c.ps, gs_ccfnt.ps,
  4113. ccfont.h, iccfont.c, ccfontab.c)
  4114.  
  4115. Interpreter
  4116. -----------
  4117.  
  4118. Fixes bugs:
  4119.     - internaldict was implemented as a dictionary in systemdict and an
  4120. operator in userdict, rather than as an operator in systemdict.  This caused
  4121. a noaccess error when loading certain Type 1 fonts.  (gs_init.ps,
  4122. gs_type1.ps)
  4123.     - xfonts couldn't handle modified encodings.  (zfont2.c)
  4124.  
  4125. Changes the build date printout in the help message to YYYY-MM-DD.  (gs.c)
  4126.  
  4127. Adds native support for Multiple Master fonts (WeightVector).  (zfont1.c)
  4128.  
  4129. Implements sin and cos more efficiently (by table lookup with linear
  4130. interpolation) on machines with slow (or no) floating point.  (zmath.c)
  4131.  
  4132. Separates out the code for 'reading' the .ps initialization files, for the
  4133. new COMPILE_INITS arrangement.  (imain.h, gconfig.c, gsmain.c, iconfig.c,
  4134. iccinit0.c, iinit.c)
  4135.  
  4136. Streams
  4137. -------
  4138.  
  4139. Fixes bugs:
  4140.     - The CCITTFaxDecode filter could read up to 3 bytes beyond EOD.
  4141. This fix doesn't quite cover all cases, but at least it makes things better.
  4142. (ghc.h, sbhc.c, scfd.c)
  4143.  
  4144. Library
  4145. -------
  4146.  
  4147. Fixes bugs:
  4148.     - After a nocurrentpoint error from a show operation with a
  4149. composite font, the bookkeeping was confused and could cause an access
  4150. error.  (gschar.c)
  4151.     - xfonts couldn't handle modified encodings.  (gsccode.h, gxchar.h,
  4152. gxfont.h, gxxfont.h, gschar.c, gxccache.c)
  4153.  
  4154. Makes .charboxpath able to use cached character information.  (gxchar.h,
  4155. gschar.c)
  4156.  
  4157. Adds native support for Multiple Master fonts (OtherSubrs 14-18).
  4158. (gxfont1.h, gstype1.c)
  4159.  
  4160. Improves the hashing functions for the character cache.  (gxfcache.h,
  4161. gxccman.c)
  4162.  
  4163. Adjusts the character oversampling algorithm to reduce thickening for
  4164. devices with alpha capability.  (gsbitops.c)
  4165.  
  4166. Improves the encoding of the band list for certain kinds of small
  4167. rectangles.  (gxcldev.h, gxclist.c, gxclread.c)
  4168.  
  4169. Implements sin and cos efficiently on machines with slow (or no) floating
  4170. point.  (gxfarith.h, gsmatrix.c, gsmisc.c, gspath1.c)
  4171.  
  4172. Version 3.42(limited) (8/2/95)
  4173. =====================
  4174.  
  4175. Fixes a few significant problems in 3.41, and brings the DLL code up to
  4176. date.
  4177.  
  4178. Documentation
  4179. -------------
  4180.  
  4181. Fixes bugs:
  4182.     - language.doc still referred to rectappend rather than .rectappend.
  4183. (language.doc)
  4184.  
  4185. Adds documentation on the Macintosh port.  (readme, make.doc)
  4186.  
  4187. Updates the DLL documentation.  (dll.doc)
  4188.  
  4189. Documents the BCP and TBCP filters as non-experimental.  (language.doc)
  4190.  
  4191. Procedures
  4192. ----------
  4193.  
  4194. Changes the build date printout to YYYY-MM-DD.  (gs_init.ps)
  4195.  
  4196. Platforms
  4197. ---------
  4198.  
  4199. Fixes bugs:
  4200.     - The VMS build script had gotten out of sync with the makefiles
  4201. (again).  (vms.mak, modules.lis)
  4202.  
  4203. Brings the MS Windows and OS/2 platforms up to date with the rest of the
  4204. code, including DLL support for OS/2.  (os2.mak, gsdll*.def, gdevswn.c,
  4205. gdevpm.c, gdevwdib.c, gp_mswin.c, gp_os2.c, gsdll.c, gsmain.c)
  4206.  
  4207. Adds a new platform-specific routine gp_do_exit, as an alias for the C
  4208. library `exit' call.  (gp.h, gsdll.c, gsmain.c, gp_*.c)
  4209.  
  4210. Interpreter
  4211. -----------
  4212.  
  4213. Fixes bugs:
  4214.     - .forgetsave at the outermost level didn't clear the l_new bit,
  4215. causing changes to be undone improperly.  (isave.c)
  4216.     - A 'void' formal parameter list upset some compilers (as it should
  4217. have).  (gsmain.c)
  4218.  
  4219. Adds a .charboxpath operator that appends to the current path the bounding
  4220. boxes of the characters of a string.  (zchar.c, zchar1.c)
  4221.  
  4222. Streams
  4223. -------
  4224.  
  4225. Fixes bugs:
  4226.     - A procedure was declared private inconsistently.  (siscale.c)
  4227.  
  4228. Library
  4229. -------
  4230.  
  4231. Fixes bugs:
  4232.     - The library test program didn't do a necessary initial gsave.
  4233. (gslib.c)
  4234.     - The fix for landscape monobit images in 3.41 could smash memory.
  4235. (gsimage1.c)
  4236.     - 1-pixel-wide lines drawn with image or imagemask still disappeared
  4237. sometimes.  (gsimage.c)
  4238.  
  4239. Does some more preparatory work for the implementation of command lists in
  4240. RAM.  (gdevprn.h, gxclio.h, gxclist.h, gxclfile.c, gxclist.c, gxclread.c)
  4241.  
  4242. Adds a gs_charboxpath procedure that appends to the current path the
  4243. bounding boxes of the characters of a string.  (gschar.h, gscpm.h,
  4244. gstype1.h, gxchar.h, gxpath.h, gxtype1.h, gzstate.h, gschar.c, gspaint.c,
  4245. gstype1.c, gxpath.c)
  4246.  
  4247. Version 3.41(limited) (7/27/95)
  4248. =====================
  4249.  
  4250. Another incremental release with bug fixes and customer-requested
  4251. enhancements.  This release was intended to include the full setpagedevice
  4252. media matching and adjustment algorithm, but we discovered some
  4253. architectural problems during development, and have postponed it.
  4254.  
  4255. Documentation
  4256. -------------
  4257.  
  4258. Replaces the build instructions for NeXTSTEP with more up-to-date and
  4259. accurate ones.  (make.doc)
  4260.  
  4261. Notes that some extra manual steps are required when cross-compiling.
  4262. (make.doc)
  4263.  
  4264. Documents how to define new 'features' in the makefile.  (gs.mak)
  4265.  
  4266. Procedures
  4267. ----------
  4268.  
  4269. Fixes bugs:
  4270.     - The build rule for ccinit.dev was circular.  Fixing this required
  4271. a small but NON-BACKWARD-COMPATIBLE change in the way that features are
  4272. selected in the makefiles (FEATURE_DEVS replaced by FEATURE1..10).  (*.mak,
  4273. fonts.doc, make.doc)
  4274.  
  4275. Changes the build rule for gconfig.h to be less likely to overrun MS-DOS's
  4276. command line length limit.  (gs.mak)
  4277.  
  4278. Adds a -dFIXEDMEDIA switch to indicate that the media size should be
  4279. considered fixed after initialization.  (gs_init.ps)
  4280.  
  4281. Utilities
  4282. ---------
  4283.  
  4284. Fixes bugs:
  4285.     - traceimg.ps incorrectly referred to .stdout.  (traceimg.ps)
  4286.     - prfont.ps didn't display unencoded characters correctly.
  4287. (prfont.ps)
  4288.     - ps2epsi didn't give correct bounding box information.  (ps2epsi,
  4289. ps2epsi.ps)
  4290.     - ps2epsi produced DSC comments that didn't fully conform to the
  4291. Adobe standard.  (ps2epsi, ps2epsi.ps)
  4292.  
  4293. Allows viewpbm.ps to take multiple files on the command line.  (viewpbm.ps)
  4294.  
  4295. Drivers
  4296. -------
  4297.  
  4298. Adds a preliminary, contributed PNG driver.  THIS IS NOT USABLE YET -- DON'T
  4299. TRY TO USE IT.  (png.mak, gdevpng.c)
  4300.  
  4301. Increases the maximum allowable scan line width for the TIFF drivers from
  4302. 5183 pixels to 12863 pixels.  (scf.h)
  4303.  
  4304. Platforms
  4305. ---------
  4306.  
  4307. Updates the MS Windows DLL code to export the new, suspendable run_string
  4308. interface.  (gsdll.h, gsdll.c, dll.doc)
  4309.  
  4310. Fonts
  4311. -----
  4312.  
  4313. Fixes bugs:
  4314.     - There were several errors in cfonts.mak.  (cfonts.mak)
  4315.     - The compiled fonts option didn't offer both free and standard
  4316. configurations.  (gs.mak)
  4317.     - A bug in the handling of Encoding resources prevented compiled
  4318. fonts from working.  (gs_res.ps)
  4319.  
  4320. Adds a little more support for CID-keyed fonts.  They still aren't anywhere
  4321. near usable.  (gs_cidfn.ps, gs_type1.ps)
  4322.  
  4323. Adds a new Fontmap for Solaris 2.3.  (Fontmap.Solaris)
  4324.  
  4325. Adds support for Type 4 fonts (Type 1 fonts with their own BuildChar
  4326. procedures), including the CCRun procedure in internaldict.  (gs_fonts.ps,
  4327. gs_res.ps, gs_type1.ps)
  4328.  
  4329. Interpreter
  4330. -----------
  4331.  
  4332. Fixes bugs:
  4333.     - showpage and copypage didn't honor NumCopies in a page device.
  4334. (gs_setpd.ps, zdevice2.c)
  4335.     - currentpagedevice returned incorrect information if the current
  4336. device wasn't a page device.  (gs_setpd.ps)
  4337.     - currentpagedevice didn't guarantee the presence of InputAttributes
  4338. and OutputAttributes.  (gs_setpd.ps)
  4339.     - The l_new bit wasn't set properly when a dictionary changed from
  4340. packed to unpacked keys, leading to unnecessary saves.  (idict.c)
  4341.     - Streams requiring intermediate buffering could read ahead too far,
  4342. causing input data to be skipped.  (zfilter.c)
  4343.     - cshow didn't reset the font to the base font when calling the
  4344. procedure.  (zchar2.c)
  4345.     - The Install procedure in a page device didn't set the default CTM.
  4346. (gs_setpd.ps, zmatrix.c)
  4347.     - findlibfile didn't handle special files like %stdin correctly.
  4348. (zfile.c)
  4349.     - setpagedevice didn't implement media matching.  (gs_setpd.ps,
  4350. zdevice2.c, zmedia2.c, zmatrix.c)
  4351.     - Some floating point numbers didn't print out with enough digits to
  4352. read back in with the identical value.  (iutil.c)
  4353.     - Integers that overflowed 31 bits (but not 32 bits) were converted
  4354. to negative integers rather than correct positive reals.  (iscannum.c)
  4355.  
  4356. Removes an experimental operator that called the image scaling/interpolation
  4357. code.  (zimage2.c)
  4358.  
  4359. Adds a -sSUBSTFONT=<fontname> switch that substitutes the given font for all
  4360. unknown fonts, bypassing the normal intelligent substitution algorithm.
  4361. (gs_fonts.ps)
  4362.  
  4363. Adds the Revision system parameter.  (zmisc2.c)
  4364.  
  4365. Adds a .knownundef operator that does an undef and returns true iff the key
  4366. was formerly present.  (zdict.c)
  4367.  
  4368. Makes the maximum length of names be 256 if EXTEND_NAMES is being used, 16K
  4369. otherwise.  (inamedef.h, iname.c)
  4370.  
  4371. Adds internaldict.  (gs_init.ps, iinit.c)
  4372.  
  4373. Adds support for Type 4 fonts.  (bfont.h, zchar.c, zchar1.c, zfont1.c,
  4374. zfont2.c)
  4375.  
  4376. Changes .encodingdict to EncodingDirectory, for compatibility with Adobe
  4377. interpreters.  (gs_init.ps, gs_kanji.ps, gs_res.ps)
  4378.  
  4379. Adds superexec, an undocumented operator that is equivalent to exec but
  4380. suppresses all invalidaccess checks.  NOT COMPLETED YET; currently superexec
  4381. is equivalent to exec.  (zcontrol.c)
  4382.  
  4383. Interpreter (PDF)
  4384. -----------------
  4385.  
  4386. Fixes bugs:
  4387.     - .stderr was used but is no longer defined.  (pdf_base.ps)
  4388.  
  4389. Streams
  4390. -------
  4391.  
  4392. Fixes bugs:
  4393.     - Not all streams initialized their state pointer.  (stream.c,
  4394. sfile.c, sfileno.c)
  4395.  
  4396. Adds a filter for the smoothed image scaling algorithm.  Eventually this
  4397. filter will require very little intermediate storage; right now it still
  4398. needs to buffer the entire intermediate image.  (siscale.h, siscale.c)
  4399.  
  4400. Increases the maximum allowable scan line width for the CCITTFaxEncode
  4401. filter from 5183 pixels to 12863 pixels.  (scf.h)
  4402.  
  4403. Library
  4404. -------
  4405.  
  4406. Fixes bugs:
  4407.     - setpagedevice didn't update NumCopies correctly.  (gdevprn.c,
  4408. gsdparam.c)
  4409.     - The newly optimized code for monobit bitmaps could cause an
  4410. out-of-bounds memory access and/or make unaligned references.  (gsimage1.c)
  4411.     - setpagedevice with unknown keys could cause an /undefined error.
  4412. (gsdparam.c)
  4413.     - cshow didn't reset the font to the base font when calling the
  4414. procedure.  (gschar.h, gschar.c)
  4415.     - The Install procedure in a page device didn't set the default CTM.
  4416. (gzstate.h, gschar.c, gscoord.c, gsdevice.c)
  4417.     - Very non-linear EncodeABC procedures in a color rendering
  4418. dictionary could produce very inaccurate results.  (gscie.h, gscie.c)
  4419.     - The line_ptrs pointer in memory devices didn't get relocated if
  4420. the bitmap was moved during garbage collection, leading to memory smashing.
  4421. (gdevmem.c)
  4422.     - setpagedevice didn't implement media matching.  (gsdparam.c,
  4423. gscoord.c)
  4424.     - 'word' memory devices weren't recognized as memory devices.
  4425. (gdevmem.c)
  4426.     - makeimagedevice allocated, and then didn't free, an unnecessary
  4427. palette for monobit devices.  (gsdevmem.c)
  4428.     - The hack for 1-bit-wide images didn't work consistently,
  4429. particularly in landscape orientation.  (gsimage.c, gsimage0.c)
  4430.  
  4431. Adds an .IgnoreNumCopies page device parameter that causes #copies and
  4432. NumCopies to be ignored.  (gxdevice.h, gsdevice.c, gsdparam.c)
  4433.  
  4434. Removes the .IsPageDevice device parameter.  (gsdparam.c)
  4435.  
  4436. Converts the image scaling/interpolation code to a filter.  (gximage.h,
  4437. gsimage.c, gsimage0.c, gsimage3.c)
  4438.  
  4439. Adds support for Type 4 fonts.  (gxfont.h)
  4440.  
  4441. Adds a default implementation of parameter lists, designed to be usable
  4442. easily from C code.  (gsparam.h, gsparam.c)
  4443.  
  4444. Version 3.40(limited) (6/28/95)
  4445. =====================
  4446.  
  4447. This is another incremental limited release for delivery of a couple of
  4448. important bug fixes (pixel 'holes' in rotated images, setpagedevice errors
  4449. on some platforms) and an enhancement (architectural support for band lists
  4450. in RAM).
  4451.  
  4452. Documentation
  4453. -------------
  4454.  
  4455. Fixes bugs:
  4456.     - The FTP location of the EMX DLLs was incorrect.  (use.doc)
  4457.  
  4458. Procedures
  4459. ----------
  4460.  
  4461. Fixes bugs:
  4462.     - A couple of build rules for IJG v6 were omitted.  (jpeg.mak)
  4463.  
  4464. Utilities
  4465. ---------
  4466.  
  4467. Fixes bugs:
  4468.     - prfont.ps wouldn't print more than 128 unencoded characters.
  4469. (prfont.ps)
  4470.  
  4471. Platforms
  4472. ---------
  4473.  
  4474. Fixes bugs:
  4475.     - setpagedevice often caused /undefined errors on MS Windows and
  4476. OS/2 platforms.  (gdevmswn.c, gdevpm.c)
  4477.     - The VMS module list had gotten out of sync with the makefiles
  4478. (again).  (modules.lis)
  4479.  
  4480. Interpreter
  4481. -----------
  4482.  
  4483. Fixes bugs:
  4484.     - A couple of casts betwen char * and byte * were omitted.
  4485. (gsmain.c)
  4486.     - gs_[main_]run_file_open wasn't exported properly.  (imain.h,
  4487. main.h, gsmain.c)
  4488.  
  4489. Streams
  4490. -------
  4491.  
  4492. Changes the DCTEncode filter to return an error if it wasn't supplied enough
  4493. data before being closed.  (sdcte.c)
  4494.  
  4495. Library
  4496. -------
  4497.  
  4498. Fixes bugs:
  4499.     - The coordinate computations for all filling operations were
  4500. slightly inaccurate, leading to pixel 'holes' in rotated images.  (gxdda.h,
  4501. gximage.h, gsimage*.c, gxdraw.c, gxfill.c)
  4502.  
  4503. Undoes an "optimization" (inlining the normal, fast case of a procedure)
  4504. that actually hurt performance.  (gxclist.c)
  4505.  
  4506. Refactors the command list code so that it in the future it will be able to
  4507. store command lists either in RAM or in the file system.  (gdevprn.h,
  4508. gxcldev.h, gxclio.h, gxclist.h, gdevprn.c, gxclfile.c, gxclist.c,
  4509. gxclread.c)
  4510.  
  4511. Changes the interface to the path filling code to take separate X and Y
  4512. adjustment values.  (gxpaint.h, gspaint.c, gxfill.c)
  4513.  
  4514. Makes the command list allocate a small tile cache if the device doesn't
  4515. need halftones.  (gxclist.c)
  4516.  
  4517. Version 3.39(limited) (6/24/95)
  4518. =====================
  4519.  
  4520. This is again an incremental release primarily for delivery of enhancements
  4521. (suspendable string input in particular) to commercial customers, and with a
  4522. few bug fixes.
  4523.  
  4524. Documentation
  4525. -------------
  4526.  
  4527. Notes that PDF files and repositioning PostScript files do not work if
  4528. Ghostscript was compiled with VAX C.  (use.doc)
  4529.  
  4530. Notes the requirement for EOD lookahead in decoding filters.  (strimpl.h)
  4531.  
  4532. Procedures
  4533. ----------
  4534.  
  4535. Fixes bugs:
  4536.     - There were a number of undefined or used-before-defined variables
  4537. in the makefiles.  (devs.mak, dvx-head.mak, unixhead.mak, gs.mak)
  4538.     - Some commands in the makefile exceeded the MS-DOS limit of 120
  4539. characters.  (gs.mak)
  4540.  
  4541. Adds a -P and -P- switch to control whether the search path automatically
  4542. includes `.' as its first element.  Moves the default value of this choice
  4543. (SEARCH_HERE_FIRST) from gsmain.c to iminst.h.  (iminst.h, gs.c, gsmain.c,
  4544. use.doc)
  4545.  
  4546. Makes some makefile changes in anticipation of the IJG v6 release.  (*.mak)
  4547.  
  4548. Utilities
  4549. ---------
  4550.  
  4551. Fixes bugs:
  4552.     - font2c generated invalid C procedure names from font names that
  4553. contained non-alphanumerics other then '-'.  (font2c.ps)
  4554.     - font2c generated a single element of incorrect type for numeric
  4555. arrays of zero length.  (font2c.ps)
  4556.  
  4557. Platforms
  4558. ---------
  4559.  
  4560. Fixes bugs:
  4561.     - The VMS build scripts had gotten out of sync (again).  (vms*.mak,
  4562. modules.lis)
  4563.  
  4564. Fonts
  4565. -----
  4566.  
  4567. Makes the FONTPATH directory scanner accept fonts that begin with
  4568. %!PS-AdobeFont or %!FontType1 with no following `-'.  (gs_fonts.ps)
  4569.  
  4570. Interpreter
  4571. -----------
  4572.  
  4573. Fixes bugs:
  4574.     - eq and ne on arrays or dictionaries required read access.
  4575. (zrelbit.c)
  4576.     - An include was missing.  (zcsindex.c)
  4577.     - .forgetsave at the outermost level didn't reset the l_new flag in
  4578. changed slots, leading to an anomalous (although perhaps not harmful) state.
  4579. (isave.c)
  4580.     - Dictionary growing or unpacking would both save and free the old
  4581. keys array, leading to a dangling reference.  (idict.c)
  4582.  
  4583. Changes gs_interpret so that for .quit with a negative operand <= -100,
  4584. gs_interpret returns e_Fatal rather than the operand.  THIS IS A
  4585. NON-BACKWARD-COMPATIBLE CHANGE, but as far as we know, it doesn't affect
  4586. anyone.  (interp.c)
  4587.  
  4588. Adds an API to allow feeding string input to the interpreter in pieces.
  4589. (errors.h, imain.h, main.h, gs.c, gsmain.c, interp.c, zcontrol.c, zfilter.c)
  4590.  
  4591. Adds new predicates .identeq and .identne that test "pointer equality", even
  4592. for numbers and strings.  (iutil.h, iutil.c, zrelbit.c)
  4593.  
  4594. Changes a few uses of return_error to return in places that don't lead
  4595. directly to a PostScript error.  (idict.c)
  4596.  
  4597. Streams
  4598. -------
  4599.  
  4600. Fixes bugs:
  4601.     - The logic for skipping up to a 0xff byte when decoding JPEG data
  4602. could skip too much.  (sdctd.c, sjpegd.c)
  4603.     - If a buffer boundary fell in the middle of, or just before, an
  4604. EOD, some decoding filters could stop reading too soon.  (sbcp.c, smtf.c,
  4605. sstring.c)
  4606.  
  4607. Makes some minor changes in anticipation of the IJG v6 release.
  4608. (gsjmorec.h)
  4609.  
  4610. Library
  4611. -------
  4612.  
  4613. Fixes bugs:
  4614.     - A declaration should have been removed.  (gsdll.c)
  4615.     - The library initialization/termination API wasn't declared.
  4616. (gslib.h, gsinit.c, gsmain.c)
  4617.     - A variable and a preprocessor macro with the same name confused
  4618. VAX C.  (gxclist.c)
  4619.     - Image devices with depth 2-8 and only gray shades in the palette
  4620. didn't set color_info correctly.  (gsdevice.c)
  4621.  
  4622. Speeds up unrotated black-and-white images further by making them render
  4623. directly into a memory device when possible.  (gxdevmem.h, gsimage1.c)
  4624.  
  4625. Version 3.38(limited) (6/18/95)
  4626. =====================
  4627.  
  4628. This release incorporates several customer-requested enhancements (cleaner
  4629. separation of the graphics library from the interpreter, option for >64K
  4630. names, true garbage collection of names, better handling of halftones on
  4631. band devices).  It is intended primarily for those customers, but is
  4632. intended as a dry run for the next public release.
  4633.  
  4634. Documentation
  4635. -------------
  4636.  
  4637. Fixes bugs:
  4638.     - gx_bitmap had not been updated to gx_tile_bitmap.
  4639. (drivers.doc)
  4640.  
  4641. Procedures
  4642. ----------
  4643.  
  4644. Fixes bugs:
  4645.     - The man page extension in the Unix makefiles was still $(manext),
  4646. not $(man1ext).  (unix-end.mak)
  4647.     - 'make clean' didn't remove gs_init.c.  (gs.mak)
  4648.  
  4649. Restructures the makefiles to better separate the language interpreters from
  4650. the graphics core.  (gs.mak)
  4651.  
  4652. Adds a -dNOPROMPT switch to suppress the end-of-page prompts (but still wait
  4653. for the user to type a newline).  This is different from -dNOPAUSE, which
  4654. suppresses both the prompts and the wait.  (gs_init.ps)
  4655.  
  4656. Utilities
  4657. ---------
  4658.  
  4659. Replaces the mergeini.ps program with an equivalent (actually slightly
  4660. better) version written in C.  (gs.mak, *.mak, psfiles.doc, use.doc,
  4661. geninit.c)
  4662.  
  4663. Drivers
  4664. -------
  4665.  
  4666. Fixes bugs:
  4667.     - The color DeskJet drivers wouldn't compile with a K&R compiler,
  4668. because some of the procedure definitions weren't in the restricted syntax
  4669. that ansi2knr requires.  (gdevcdj.c)
  4670.     - The color DeskJet drivers wouldn't compile because of a bug in
  4671. Sun's cc.  (gdevcdj.c)
  4672.  
  4673. Changes the BJ-10e(x) margins to be identical to those of the BJ-200.
  4674. (gdevbj10.c)
  4675.  
  4676. Changes the LaserJet margins in response to a user's request.  (gdevdjet.c)
  4677.  
  4678. Changes the psmono driver to produce slightly larger files that execute
  4679. faster on typical Level 1 printers.  (gdevpsim.c)
  4680.  
  4681. Changes the psmono driver so that it does not scale the image to fit the
  4682. page size, but instead scales it to be the same physical size on the page.
  4683. THIS IS A NON BACKWARD COMPATIBLE CHANGE.  However, for full-page images, it
  4684. will not have any visible effect.  (gdevpsim.c)
  4685.  
  4686. Platforms
  4687. ---------
  4688.  
  4689. Fixes bugs:
  4690.     - There were some problems associated with printing in 32-bit
  4691. Windows environments.  (gp_mswin.c)
  4692.     - The IBM RS/6000 needs both <time.h> and <sys/time.h>.  (time_.h)
  4693.  
  4694. Adds the PDF interpreter to the standard MS Windows configuration.
  4695. (bcwin.mak)
  4696.  
  4697. Fonts
  4698. -----
  4699.  
  4700. Fixes bugs:
  4701.     - The entry for Courier-BoldItalic in cfonts.mak incorrectly named
  4702. it as Courier-Italic.  (cfonts.mak)
  4703.     - The files for Courier-Italic in cfonts.mak were inconsistently
  4704. named ncrri instead of ncri.  (cfonts.mak)
  4705.     - The rules in cfonts.mak covered only the fonts distributed with
  4706. the free versions of Ghostscript, omitting some of the standard set of 35.
  4707. (cfonts.mak)
  4708.     - The maximum number of stem hints per character in Type 1 fonts
  4709. wasn't large enough for complex Asian characters. (gxtype1.h)
  4710.  
  4711. Adds a -dNOFONTMAP switch to suppress loading the Fontmap file.
  4712. (gs_init.ps, gs_fonts.ps)
  4713.  
  4714. Interpreter
  4715. -----------
  4716.  
  4717. Fixes bugs:
  4718.     - One of the GC marking routines for halftones had a typo,
  4719. possibly leading to an invalid access.  (zht2.c)
  4720.     - The GC could store beyond the end of the mark stack,
  4721. possibly smashing some characters of a string or name.  (igc.c)
  4722.     - If the allocator allocated a new ref object from a
  4723. freelist, the bookkeeping for the current ref object could get
  4724. confused.  (ialloc.c)
  4725.     - The GC didn't remove names properly from the hash table.
  4726. (iname.c)
  4727.     - If a DOS editor added a ^Z to the end of an initialization file,
  4728. an error occurred during initialization.  (gs_init.ps)
  4729.     - If an initialization file had any lines longer than 128
  4730. characters, .skipeof would get an error.  (gs_init.ps)
  4731.     - makepattern could create structures in global VM pointing to
  4732. structures in local VM.  (zpcolor.c)
  4733.     - The default color rendering dictionary didn't specify large enough
  4734. ranges for some intermediate values.  (gs_lev2.ps)
  4735.     - Files being freed by a restore weren't unlinked properly, leading
  4736. to dangling pointers.  (zfile.c)
  4737.     - The interpreter used strlen without a prototype.  (interp.c)
  4738.     - Indexed or Separation colors with a CIE base or alternate space
  4739. didn't work.  (zcie.c)
  4740.     - The Watcom C 10.0 compiler produced incorrect code for an
  4741. overlapping structure assignment.  (zcsindex.c)
  4742.  
  4743. Removes limit of 64K names, if EXTEND_NAMES is defined at compile
  4744. time.  (*.mak, idebug.h, iminst.h, iname.h, gs.c, gsmain.c, idebug.c,
  4745. iname.c)
  4746.  
  4747. Makes the garbage collector really collect names.  (iname.h, inamedef.h,
  4748. isstate.h, igc.c, iname.c, isave.c)
  4749.  
  4750. Restructures some files to better separate the language interpreters
  4751. from their support code.  (gconfig.c, iconfig.c, iinit.c)
  4752.  
  4753. Restructures some files to better separate the language interpreters
  4754. from the graphics core.  (iastate.h, iastruct.h, ialloc.c)
  4755.  
  4756. Allows the operands of cshow to be in either order on the stack.  Adobe
  4757. interpreters apparently allow this, even though it's not documented.
  4758. (zchar2.c)
  4759.  
  4760. Adds a hack in cvs to truncate non-standard operator names, rather than
  4761. giving a rangecheck, to work around the "max err string" problem in some
  4762. common error handlers.  (ztype.c)
  4763.  
  4764. Changes the print string for unregistered operators from operator_0x... to
  4765. @0x....  (iutil.c)
  4766.  
  4767. Changes the garbage collector so it tries to allocate a large mark stack, to
  4768. avoid going into its 'slow' mode if the mark stack overflows.  (igc.c)
  4769.  
  4770. Interpreter (PDF)
  4771. -----------
  4772.  
  4773. Fixes bugs:
  4774.     - Stroked text used the text matrix, rather than just the
  4775. CTM, for scaling the line width, which could lead to inappropriately
  4776. wide lines.  (gs_pdf.ps)
  4777.     - Fonts based on other than a 1000-unit scale (i.e., with a
  4778. FontMatrix other than [0.001 0 0 0.001 0 0]) didn't scale Widths to
  4779. match the font scaling.  (pdf_font.ps)
  4780.  
  4781. Implements the PDF 1.1 color space extensions, except for Lab space.
  4782. (gs_pdf.ps, pdf_draw.ps)
  4783.  
  4784. Implements the Rotate key for pages.  (pdf_main.ps)
  4785.  
  4786. Streams
  4787. -------
  4788.  
  4789. Fixes bugs:
  4790.     - When the garbage collector closed a file stream, the stream
  4791. incorrectly attempted to free the buffer.  (stream.c)
  4792.  
  4793. Separates out some stream implementations to better distinguish the
  4794. graphics core from the language interpreters.  (smtf.h, sfilter1.c,
  4795. smtf.c, srld.c, srle.c)
  4796.  
  4797. Library
  4798. -------
  4799.  
  4800. Fixes bugs:
  4801.     - Compressing characters being entered in the cache could cause an
  4802. invalid memory access.  (gsbitops.c)
  4803.     - The setbbox bounding box check was slightly inaccurate.
  4804. (gsdps1.c)
  4805.     - makepattern could create structures in global VM pointing to
  4806. structures in local VM.  (gscolor2.h, gspcolor.c)
  4807.     - Out-of-range values during CIE color conversion led to random
  4808. results.  (gscie.c)
  4809.     - On output devices with non-inverted Y axes (such as MS Windows),
  4810. Interpolated images would smash memory.  (gsimage.c)
  4811.     - 90 degree rotated zero-width images caused an invalid memory
  4812. access.  (gsimage1.c)
  4813.     - If #copies was zero, showpage could create bogus empty output
  4814. files.  (gdevprn.c)
  4815.     - PageCount didn't take #copies into account.  (gsdevice.c)
  4816.     - Indexed or Separation colors with a CIE base or alternate space
  4817. didn't work.  (gscie.h, gscie.c)
  4818.  
  4819. Implements triangular line caps and joins, in anticipation of adding
  4820. a PCL5 interpreter.  (gsline.h, gxstroke.c)
  4821.  
  4822. Moves some procedures around for better separation of library from
  4823. interpreter.  (gsinit.c, gslib.c, gsmain.c, gsmisc.c)
  4824.  
  4825. Moves the standard allocator from the interpreter to the library.
  4826. (gsalloc.h, gxalloc.h, gxobj.h, gsalloc.c)
  4827.  
  4828. Starts to change the representation of paths slightly to make it possible to
  4829. identify arcs.  This change is backward-compatible for all code except
  4830. callers of gx_path_add_arc.  (gxpath.h, gspath1.c, gxpath.c, gxstroke.c)
  4831.  
  4832. Adds some framework for keeping track of RasterOp and "transparency" in the
  4833. graphics state, although these don't actually have any effect yet.
  4834. (gsrop.h, gsropt.h, gsstate.h, gxcldev.h, gzstate.h, gsrop.c, gsstate.c,
  4835. gxclist.c, gxclread.c)
  4836.  
  4837. Adds a compile-time option for using the Adobe RGB<->CMYK conversion rules.
  4838. (gxdcconv.c)
  4839.  
  4840. Adds a driver procedure for identifying band devices.  This change is
  4841. backward-compatible for all existing devices.  (gdevmem.h, gxdevice.h,
  4842. gsdevice.c, gxclip2.c, gxclist.c, gxcpath.c)
  4843.  
  4844. Speeds up gray-scale images on devices requiring banding, and enables
  4845. further optimizations, by reintroducing the distinction between banded and
  4846. non-banded devices.  (gxdevice.h, gdevprn.c, gsimage1.c)
  4847.  
  4848. Reduces the size of the band list for halftoned images by encoding tile
  4849. indices more compactly.  (gxcldev.h, gxclist.h, gxclist.c, gxclread.c)
  4850.  
  4851. Extends the band list so it can cache more than 256 halftone tiles, and to
  4852. make better decisions about tile caching.  (gxcldev.h, gxclist.h, gxclist.c,
  4853. gxclread.c)
  4854.  
  4855. Version 3.37(limited) (5/11/95)
  4856. =====================
  4857.  
  4858. Another bug fix release distributed only to customers.
  4859.  
  4860. Documentation
  4861. -------------
  4862.  
  4863. Fixes bugs:
  4864.     - Some documentation about parameter lists was incorrect.
  4865. (gsparam.h)
  4866.     - The documentation did not note that one cannot "pipe" PDF files
  4867. into the interpreter.  (use.doc)
  4868.  
  4869. Adds documentation for the BJC-600 to devices.doc.  (devices.doc)
  4870.  
  4871. Procedures
  4872. ----------
  4873.  
  4874. Changes the debugging switch for OS calls from -Z0 to -Ze, and adds -Z0 for
  4875. high-level GC tracing.  (use.doc, gp_unifs.c, ialloc.c, igc.c)
  4876.  
  4877. Utilities
  4878. ---------
  4879.  
  4880. Fixes bugs:
  4881.     - The ps2ascii shell script included an erroneous @d.  (ps2ascii)
  4882.  
  4883. Enhances ps2ascii to output color and rectangle fill/stroke information if
  4884. COMPLEX is defined.  (ps2ascii.ps)
  4885.  
  4886. Drivers
  4887. -------
  4888.  
  4889. Fixes bugs:
  4890.     - the BJC-600 driver didn't handle BitsPerPixel correctly.
  4891. (gdevcdj.c)
  4892.  
  4893. Fonts
  4894. -----
  4895.  
  4896. Fixes bugs:
  4897.     - Some buggy Type 1 fonts confused the Type 1 font reader.
  4898. (gs_fonts.ps, gs_type1.ps, pdf_font.ps)
  4899.  
  4900. Interpreter (PostScript)
  4901. -----------
  4902.  
  4903. Fixes bugs:
  4904.     - .registerencoding didn't accept mixedarrays, which could cause an
  4905. error if an encoding was loaded long after initialization.  (zfont2.c)
  4906.     - If a program did a lot of saves and restores, the garbage
  4907. collector could get invoked much too often.  (iastate.h, ialloc.c, igc.c,
  4908. isave.c)
  4909.  
  4910. Changes the name of the rectappend operator to .rectappend, since it isn't a
  4911. standard PostScript operator.  (zdps1.c)
  4912.  
  4913. Interpreter (PDF)
  4914. -----------------
  4915.  
  4916. Fixes bugs:
  4917.     - PDF files didn't interact properly with ps2ascii.  (gs_pdf.ps)
  4918.     - setdash wouldn't accept a packed array.  (zgstate.c)
  4919.     - PDF files with incorrect generation numbers in object references
  4920. produced an error rather than a warning.  (pdf_base.ps)
  4921.  
  4922. Version 3.36(limited) (5/4/95)
  4923. =====================
  4924.  
  4925. This is a limited-distribution release for distributing bug fixes to a few
  4926. customers.
  4927.  
  4928. Documentation
  4929. -------------
  4930.  
  4931. Adds some environment variables to the man page.  (gs.1)
  4932.  
  4933. Procedures
  4934. ----------
  4935.  
  4936. Adds the psmono device to all 32-bit configurations.  (*.mak)
  4937.  
  4938. Moves the psmono and 'bit' devices to DEVICE_DEVS12 to avoid exceeding the
  4939. 120-character maximum length of the DOS command line.  (*.mak)
  4940.  
  4941. Drivers
  4942. -------
  4943.  
  4944. Changes the pgm[raw] and ppm[raw] drivers so they do *not* automatically
  4945. switch to pbm or pgm/ppm respectively if this is possible for the particular
  4946. page being rendered; adds pgnm[raw] and pnm[raw] drivers that *do* do this.
  4947. THIS IS A NON-BACKWARD-COMPATIBLE CHANGE.  However, existing programs will
  4948. still work; they just won't produce the smallest and simplest possible
  4949. output.  (devs.mak, gdevpbm.c)
  4950.  
  4951. Interpreter
  4952. -----------
  4953.  
  4954. Fixes bugs:
  4955.     - A multi-level restore didn't free gstates allocated by
  4956. intermediate saves, causing some global VM to be lost until a garbage
  4957. collection.  (isave.h, isave.c, zvmem.c)
  4958.  
  4959. Speeds up restore by skipping the scan of the character cache if no new
  4960. names have been allocated since the save.  (zfont.c)
  4961.  
  4962. Extends the client API to allow for popping return values off the operand
  4963. stack.  (imain.h, gs.c, gsmain.c)
  4964.  
  4965. Library
  4966. -------
  4967.  
  4968. Modifies the character oversampling algorithms to help prevent dropouts.
  4969. (gsbitops.c, gschar.c)
  4970.  
  4971. Version 3.35(internal) (5/2/95)
  4972. ======================
  4973.  
  4974. This is another internal "snapshot" version.
  4975.  
  4976. Documentation
  4977. -------------
  4978.  
  4979. Fixes bugs:
  4980.     - Some of the file names in the `man' page had gotten out of date.
  4981. (gs.1)
  4982.     - Two references to .PageCount hadn't been changed to PageCount.
  4983. (language.doc, devarch.doc)
  4984.  
  4985. Procedures
  4986. ----------
  4987.  
  4988. Puts writeppmfile back in the standard Unix and DV/X configurations, since
  4989. gsftopk uses it.  Also puts the PDF reader in all 32-bit configurations.
  4990. (*.mak)
  4991.  
  4992. Moves the BMP devices to DEVICE_DEVS11 to avoid exceeding the 120-character
  4993. maximum length of the DOS command line.  (bcwin.mak, bcwin32.mak, os2.mak)
  4994.  
  4995. Utilities
  4996. ---------
  4997.  
  4998. Fixes bugs:
  4999.     - unix-lpr.sh didn't handle 32-bit devices.  (unix-lpr.sh)
  5000.     - unix-lpr.sh still used the name .PageCount rather than PageCount.
  5001. (unix-lpr.sh)
  5002.     - font2c gave an error when trying to write general procedures in
  5003. font dictionaries.  (font2c.ps)
  5004.  
  5005. Adds a pdf2dsc.ps utility for writing out fake DSC-compliant PostScript code
  5006. to invoke the PDF reader, for the benefit of viewer programs that aren't
  5007. PDF-aware.  (unix-end.mak, pdf2dsc.ps)
  5008.  
  5009. Drivers
  5010. -------
  5011.  
  5012. Fixes bugs:
  5013.     - The TIFF drivers put out incorrect PageNumber values.
  5014. (gdevtfax.c)
  5015.     - Printer (and file output) devices got closed and reopened
  5016. unnecessarily when changing parameters.  (gdevprn.c)
  5017.     - Printer (and file output) devices didn't check for invalid formats
  5018. following a % in OutputFile.  (devs.mak, gdevprn.c)
  5019.     - 1-bit memory devices were not considered page devices, unlike all
  5020. other memory devices.  (gsdevice.c)
  5021.     - The black-and-white H-P printers didn't close the printer
  5022. properly, causing printing not to happen under MS Windows.  (gdevprn.c)
  5023.     - Some compilers didn't like initializing a const char * to NULL.
  5024. (gdevlbp8.c)
  5025.  
  5026. Changes the X Windows driver so that if Ghostview specifies a bounding box,
  5027. this also sets ImagingBBox.  (gdevxini.c)
  5028.  
  5029. At the request of a customer, adds 1-, 4-, 8-, 24-, and 32-bit-deep memory
  5030. devices that store bits in 32-bit units rather than byte units.  (gdevmem.h,
  5031. gxdevmem.h, gdevmem.c, gdevm1.c, gdevm2.c, gdevm4.c, gdevm8.c, gdevm16.c,
  5032. gdevm24.c, gdevm32.c)
  5033.  
  5034. Adds a new MS Windows printer driver, mswinpr2, that uses a DIB rather than
  5035. a DDB.  (gdevwpr2.c)
  5036.  
  5037. Platforms
  5038. ---------
  5039.  
  5040. Fixes bugs:
  5041.     - A routine wouldn't compile because of a bug in the SGI C compiler.
  5042. (zcsindex.c)
  5043.     - Some declarations were inconsistent when compiling for segmented
  5044. environments.  (gscie.c)
  5045.     - A routine wouldn't compile because of a bug in the VAX C compiler.
  5046. (gscie.c)
  5047.  
  5048. Turns on compiler optimization for OS/2; adds PDF support and more devices
  5049. for Win32 and OS/2.  (bcwin.mak, bcwin32.mak, os2.mak)
  5050.  
  5051. Fonts
  5052. -----
  5053.  
  5054. Fixes bugs:
  5055.     - Font loading used 'setglobal' without binding it, which caused
  5056. some EPS files to signal errors.  (gs_fonts.ps)
  5057.     - A zero-length string with offset = 0 in a binary object sequence
  5058. caused an error.  (iscanbin.c)
  5059.  
  5060. Adds a LOCALFONTS switch that causes Ghostscript to load Type 1 fonts into
  5061. the current VM, rather than global VM.  According to Adobe, this is what
  5062. Adobe printers (but not other interpreters, such as DPS and CPSI) do.
  5063. (gs_init.ps, gs_fonts.ps)
  5064.  
  5065. Interpreter
  5066. -----------
  5067.  
  5068. Fixes bugs:
  5069.     - The 'note' page size command caused pages to be clipped
  5070. improperly.  (gs_statd.ps)
  5071.  
  5072. Adds "word" image devices.  (gs_init.ps, zdevice.c)
  5073.  
  5074. Starts converting the interpreter to use an explicit instance pointer.  This
  5075. is very fragmentary so far and not really supported.  (main.h, gs.c,
  5076. gsmain.c, iccinit.c)
  5077.  
  5078. Library
  5079. -------
  5080.  
  5081. Adds "word" image devices.  (gsdevice.h, gsdevice.c)
  5082.  
  5083. Removes the requirement that ImagingBBox[0] and [1] be non-negative.  (The
  5084. Adobe specification requires this, but Ghostscript supports more general
  5085. initial CTMs than the Adobe spec.)  (gsdparam.c)
  5086.  
  5087. Version 3.34(internal) (4/18/95)
  5088. ======================
  5089.  
  5090. This is a "snapshot" version made for internal purposes.  It was never
  5091. released to anyone.
  5092.  
  5093. Documentation
  5094. -------------
  5095.  
  5096. Updates commprod.doc to be fully consistent with the AGFPL.  (commprod.doc)
  5097.  
  5098. Procedures
  5099. ----------
  5100.  
  5101. Fixes bugs:
  5102.     - tar_x was out of date.  (tar_x)
  5103.     - tar_gs assumed that if any PC executables were present, gs.exe
  5104. would exist.  (tar_gs)
  5105.     - jpeg.mak said the current IJG version was 5b, but the makefiles
  5106. actually referred to version 5a.  (jpeg.mak)
  5107.     - The build rule for the LIPS III driver was incorrect.  (devs.mak)
  5108.     - Some definitions in the makefiles occurred out of order.
  5109. (ansihead.mak, cc-head.mak, gcc-head.mak, unixhead.mak, unixtail.mak)
  5110.     - The build rule for dvx-gcc.mak was incorrect.  (unix-end.mak)
  5111.  
  5112. Interpreter
  5113. -----------
  5114.  
  5115. Restructures the CIE caches to move much more of the computation from color
  5116. mapping time to cache loading time.  (zcie.c)
  5117.  
  5118. Library
  5119. -------
  5120.  
  5121. Fixes bugs:
  5122.     - Color conversion of 12-bit images was very slightly inaccurate.
  5123. (gxfrac.h)
  5124.  
  5125. Changes the transfer function, black generation, and undercolor removal
  5126. caches so that they sample at 1024 points and don't interpolate, rather than
  5127. sampling at 256 points and interpolating.  This significantly improves the
  5128. speed of colored image rendering.  ****** LIMITED TO 256 POINTS BECAUSE OF
  5129. O-STACK SIZE LIMIT. ****** (gxfmap.h, gxcmap.c)
  5130.  
  5131. Restructures the CIE caches to move much more of the computation from color
  5132. mapping time to cache loading time.  (gscie.h, gscie.c)
  5133.  
  5134. Version 3.33 (4/13/95)
  5135. ============
  5136.  
  5137. A few more last-minute bug fixes.  This is, finally, the first public
  5138. release since 3.12.
  5139.  
  5140. Documentation
  5141. -------------
  5142.  
  5143. Fixes bugs:
  5144.     - There was a reference to "VAX with OSF/1", which doesn't exist,
  5145. and an incorrect reference to VAX with Ultrix.  (make.doc)
  5146.     - The Unix makefiles incorrectly stated that gsdatadir was only
  5147. relevant to `make install'.  (ansihead.mak, cc-head.mak, dgc-head.mak,
  5148. gcc-head.mak)
  5149.     - Notes that DV/X users should use the zip version of the JPEG
  5150. library.  (jpeg.mak)
  5151.  
  5152. Procedures
  5153. ----------
  5154.  
  5155. Fixes bugs:
  5156.     - A command line had gotten too long for the MS-DOS shell.
  5157. (gs.mak)
  5158.     - The VMS DEC C script didn't explicitly select DEC C.
  5159. (vms-decc.mak)
  5160.     - The VMS MODULES.LIS omitted SPDIFF and ZFPDIFF.  (modules.lis)
  5161.     - The VMS script had an incorrect entry.  (vms.mak)
  5162.     - The `if' fix in 3.31 broke some Unix systems with different
  5163. implementations of sh.  (unix-end.mak)
  5164.     - The makefile definition of gscspace_h was out of order.  (gs.mak)
  5165.     - An extra ; got written in gconfig_.h on DV/X platforms.
  5166. (dvx-tail.mak)
  5167.     - '.' was incorrectly prepended to the library search list on DV/X
  5168. platforms.  (dgc-head.mak)
  5169.     - The build rules for unix*.mak didn't work on DV/X.  (unix-end.mak)
  5170.  
  5171. Adds a description of the -c quit switch to the help message.  (gs.c)
  5172.  
  5173. For the DV/X platform, changes /usr/include to /djgpp/include as the place
  5174. to look for header files.  I'm not sure this is always correct.
  5175. (dvx-tail.mak)
  5176.  
  5177. Utilities
  5178. ---------
  5179.  
  5180. Fixes bugs:
  5181.     - ps2ascii would cause an error if given a font that didn't have an
  5182. 'X' character.  (ps2ascii.ps)
  5183.     - ps2ascii didn't intercept the Level 2 string display operators.
  5184. (ps2ascii.ps)
  5185.  
  5186. Drivers
  5187. -------
  5188.  
  5189. Fixes bugs:
  5190.     - The Stylus Color driver had an incorrect type name.  (gdevstc.c)
  5191.  
  5192. Platforms
  5193. ---------
  5194.  
  5195. Fixes bugs:
  5196.     - -dBitsPerPixel= didn't work properly for MS Windows or OS/2 PM.
  5197. (gdevmswn.c, gdevpm.c)
  5198.     - The Win32 platform didn't compile properly.  (memory_.h)
  5199.  
  5200. Fonts
  5201. -----
  5202.  
  5203. Improves the font substitution algorithm to take the face name into account
  5204. in more cases.  (gs_fonts.ps)
  5205.  
  5206. Library
  5207. -------
  5208.  
  5209. Fixes bugs:
  5210.     - Unrotated black-and-white bitmaps with an inverted device X axis
  5211. were displaced in X.  (gsimage1.c)
  5212.  
  5213. Version 3.32 (4/7/95)
  5214. ============
  5215.  
  5216. More bug fixes.  This is still not a public release.
  5217.  
  5218. Documentation
  5219. -------------
  5220.  
  5221. Further clarifies the "two-phase commit" algorithm for device put_params
  5222. procedures.  (drivers.doc, gsparam.h)
  5223.  
  5224. Adds a note about a compiler bug under Ultrix 4.4.  (make.doc)
  5225.  
  5226. Procedures
  5227. ----------
  5228.  
  5229. Fixes bugs:
  5230.     - Some installation scripts could fail because some implementations
  5231. of sh take the status of an `if' condition as the status of the `if'
  5232. command.  (unix-end.mak)
  5233.  
  5234. Adds "maintainer-clean" as a synonym for "real-clean".  (gs.mak)
  5235.  
  5236. Adds a -dORIENT1 switch that defines orientation = 1 as portrait for
  5237. setpage[params].  (use.doc, gs_init.ps, gs_lev2.ps, gs_statd.ps)
  5238.  
  5239. Utilities
  5240. ---------
  5241.  
  5242. Fixes bugs:
  5243.     - ps2ascii didn't redirect %stdout completely.  (ps2ascii.ps)
  5244.     - ps2ascii didn't preserve the local/global VM mode.  (ps2ascii.ps)
  5245.     - ps2ascii didn't handle fonts with an all-zero or missing bounding
  5246. box correctly.  (ps2ascii.ps)
  5247.     - viewpbm didn't scale the image properly.  (viewpbm.ps)
  5248.  
  5249. Drivers
  5250. -------
  5251.  
  5252. Fixes bugs:
  5253.     - The CGM driver wrote out an incorrect color precision value.
  5254. (gdevcgm.c)
  5255.     - The SGI bitmap driver was named "sgi" rather than "sgirgb".
  5256. (gdevsgi.c)
  5257.     - The PCX driver didn't round up an odd line length for gray-scale
  5258. output.  (gdevpcx.c)
  5259.     - The PCX driver produced incorrect output for gray-scale or 4- or
  5260. 8-bit color.  (gdevpcx.c)
  5261.  
  5262. Platforms
  5263. ---------
  5264.  
  5265. Fixes bugs:
  5266.     - The VMS MODULES.LIS file had gotten out of sync with the Unix
  5267. makefiles (again).  (modules.lis)
  5268.  
  5269. Interpreter
  5270. -----------
  5271.  
  5272. Fixes bugs:
  5273.     - Some compilers won't accept '\l', even in the false arm of a
  5274. preprocessor conditional.  (scanchar.h)
  5275.     - A procedure was declared with an incorrect argument type.
  5276. (zcsindex.c)
  5277.     - The scaled font cache didn't copy XUIDs properly.  (bfont.h,
  5278. zfont.c, zfont2.c)
  5279.     - status could return true even if the file was closed.  (zfile.c)
  5280.  
  5281. Streams
  5282. -------
  5283.  
  5284. Fixes bugs:
  5285.     - The LZW filters were factored improperly.  (modules.lis, gs.mak,
  5286. vms.mak, slzwx.h, slzwc.c, slzwd.c)
  5287.  
  5288. Changes the DCTDecode filter for compatibility with Adobe implementations:
  5289.     - Ignore bytes preceding the 0xff that marks the beginning of the
  5290. JPEG data.  (sdctd.c)
  5291.     - Set MAX_BLOCKS_IN_MCU to 64.  (jpeg.mak, gsjpglib.h)
  5292.  
  5293. Library
  5294. -------
  5295.  
  5296. Fixes bugs:
  5297.     - The "two-phase commit" for device parameters wasn't fully
  5298. implemented.  (gsiodev.c)
  5299.     - Asking for a device color map before the device was opened could
  5300. cause a crash.  (gsdparam.c)
  5301.     - The scaled font cache didn't copy XUIDs properly.  (gxfont.h,
  5302. gsfont.c)
  5303.     - 90 or 270 degree rotated black-and-white bitmaps (including
  5304. bitmapped fonts such as downloaded TrueType fonts) with an inverted device Y
  5305. axis were displaced in Y.  (gsimage1.c)
  5306.     - On high-resolution devices, parts of regions filled with halftones
  5307. could fail to be painted.  (gxclist.c)
  5308.  
  5309. Version 3.31 (4/2/95)
  5310. ============
  5311.  
  5312. A few final bug fixes for the release.  Includes significant speed
  5313. improvements for CIE color, and a first draft of a low-level CGM driver.
  5314.  
  5315. Documentation
  5316. -------------
  5317.  
  5318. Notes that the BJC600 driver also works for the BJC4000.  (devs.mak)
  5319.  
  5320. Procedures
  5321. ----------
  5322.  
  5323. At the suggestion of a user, changes the default protections for installed
  5324. files on Unix and DV/X systems from 775/664 to 755/644.  (*head.mak)
  5325.  
  5326. At the suggestion of a user, adds a -dNOCIE switch to substitute DeviceGray
  5327. and DeviceRGB color spaces for CIEBasedA and CIEBasedABC spaces
  5328. respectively.  (gs_init.ps, gs_lev2.ps)
  5329.  
  5330. Utilities
  5331. ---------
  5332.  
  5333. Changes gslp and its relatives to use ISOLatin1Encoding for output, and to
  5334. send almost all printout to stderr rather than stdout (for use as a filter
  5335. under Unix).  (gslp.ps)
  5336.  
  5337. Drivers
  5338. -------
  5339.  
  5340. Fixes bugs:
  5341.     - The fax/TIFF driver no longer exported gdev_fax_print_page, which
  5342. the DigiFax driver needs.  (gdevtfax.c)
  5343.     - The color DeskJet drivers gave an error for BitsPerPixel=3.
  5344. (gdevcdj.c)
  5345.     - The "Windows printer" driver was setting its margins in points
  5346. rather than inches.  (gdevwprn.c)
  5347.     - The BJ10 and BJ200 drivers calculated vertical skip distances
  5348. wrong.  (gdevbj10.c)
  5349.     - The BJ10 and BJ200 drivers output two garbage bytes following the
  5350. initialization string.  (gdevbj10.c)
  5351.  
  5352. Adds a preliminary driver that produces low-level CGM output.  (gdevcgml.h,
  5353. gdevcgmx.h, gdevcgm.c, gdevcgml.c)
  5354.  
  5355. Platforms
  5356. ---------
  5357.  
  5358. Fixes bugs:
  5359.     - The VMS files had gotten out of sync with the other makefiles
  5360. (again).  (modules.lis, vms.mak)
  5361.     - The MS Windows and OS/2-PM drivers hadn't been updated to handle
  5362. BitsPerPixel as a standard parameter.  (gdevmswn.c, gdevpm.c)
  5363.  
  5364. Removes the TIFF drivers from the Windows platform, and restores the BMP
  5365. drivers.  (bcwin.mak)
  5366.  
  5367. Interpreter
  5368. -----------
  5369.  
  5370. Fixes bugs:
  5371.     - The CIE color mapping cache could produce anomalous results
  5372. for the default (all zero values) color if some of the mapping
  5373. functions were non-linear.  (zcie.c)
  5374.     - MultiMaster font substitution got confused if substituted
  5375. fonts had their FontName changed.  (gs_fonts.ps)
  5376.     - A procedure was declared as private inconsistently.  (zdevcal.c)
  5377.     - Some pointer relocation procedures didn't work correctly on
  5378. systems with sizeof(T *) > sizeof(int).  (istack.c)
  5379.     - The freelist vector wasn't large enough to handle graphics state
  5380. objects on 64-bit systems, leading to severe memory sandbars.  (iastate.h)
  5381.     - The debugging messages from the allocator had gotten inconsistent
  5382. and hard to use.  (ialloc.c)
  5383.     - Mixing save/restore with allocation could cause the GC never to
  5384. get run.  (isave.c)
  5385.  
  5386. Speeds up the mapping of CIE colors.  (zcie.c)
  5387.  
  5388. Adds a .namestring operator for getting the string of a name without having
  5389. to copy it.  (zstring.c)
  5390.  
  5391. Streams
  5392. -------
  5393.  
  5394. Fixes bugs:
  5395.     - The IJG code needed a couple more flags set for IJG v6.
  5396. (gsjmorec.h)
  5397.     - Some pointer relocation procedures didn't work correctly on
  5398. systems with sizeof(T *) > sizeof(int).  (stream.c)
  5399.  
  5400. Library
  5401. -------
  5402.  
  5403. Fixes bugs:
  5404.     - The end-test for the fast case of monobit images was wrong,
  5405. leading to out-of-range memory accesses.  (gsimage1.c)
  5406.     - Monobit images rotated by 270 degrees displayed incorrectly.
  5407. (gsimage1.c)
  5408.     - If a Type 1 font used hint replacement, some parts of the outline
  5409. before the hint replacement ignored the old hints.  (gstype1.c)
  5410.     - Some compilers didn't accept a variable name that was the same as
  5411. a macro with parameters.  (gxht.c)
  5412.     - A procedure was declared as private inconsistently.  (gdevm1.c)
  5413.     - Some pointer relocation procedures didn't work correctly on
  5414. systems with sizeof(T *) > sizeof(int).  (gdevmem.c, gsstate.c)
  5415.     - The test on FORCE_HINTS_TO_BIG_PIXELS was backwards.  This bug was
  5416. supposed to have been fixed in 3.30, but somehow the fix got lost.
  5417. (gstype1.c)
  5418.     - 90 degree rotated monobit images could drop some scan lines.
  5419. (gsimage*.c)
  5420.  
  5421. Speeds up the mapping of CIE colors.  (gscie.h, gxcmap.h, gscie.c, gxcmap.c)
  5422.  
  5423. Speeds up color images (non-interpolated, 1-8 bits per component) by adding
  5424. a cache for mapped color values.  (gximage.h, gsimage.c, gsimage1.c,
  5425. gsimage2.c)
  5426.  
  5427. Shrinks the band list file slightly by using only as many bytes as necessary
  5428. for writing out colors, rather than always using 4 bytes.  (gxclist.c,
  5429. gxclread.c)
  5430.  
  5431. Version 3.30(beta) (3/21/95)
  5432. ==================
  5433.  
  5434. More bug fixes.  The garbage collector and PDF interpreter finally appear to
  5435. work reliably.
  5436.  
  5437. Documentation
  5438. -------------
  5439.  
  5440. Fixes bugs:
  5441.     - language.doc had gotten out of date.  (language.doc)
  5442.  
  5443. Utilities
  5444. ---------
  5445.  
  5446. Fixes bugs:
  5447.     - Changes in the handling of %stdout had broken ps2ascii.
  5448. (gs_dps1.ps, ps2ascii.ps)
  5449.  
  5450. Improves ps2ascii to skip empty strings and not output redundant font
  5451. changes.  (ps2ascii.ps)
  5452.  
  5453. Drivers
  5454. -------
  5455.  
  5456. Fixes bugs:
  5457.     - The fax and TIFF drivers didn't free all their working storage.
  5458. (This bug was fixed in 3.27, and the fix somehow got lost.)  (gdevtfax.c)
  5459.  
  5460. Adds new drivers:
  5461.     - sgirgb, to produce SGI RGB raster files.  (gdevsgi.c)
  5462.     - tiffcrle, to produce output in TIFF "CCITT 1-dimensional Huffman
  5463. RLE" format (Group 3 fax with no EOLs). (gdevtfax.c)
  5464.     - tifflzw, to produce output in TIFF LZW format (using the existing
  5465. CCITTFaxEncode filter code). (gdevtfax.c)
  5466.     - tiffpack, to produce output in TIFF PackBits format. (gdevtfax.c)
  5467.  
  5468. Interpreter (PostScript)
  5469. ------------------------
  5470.  
  5471. Fixes bugs:
  5472.     - If the current screen was set with a halftone, setcolorscreen
  5473. wouldn't accept what currentcolorscreen returned.  (gs_dps1.ps)
  5474.     - debug_print_full_ref didn't print t_oparray objects correctly.
  5475. (idebug.c)
  5476.     - The internal data for a font could be allocated in a different VM
  5477. space from the font dictionary, causing dangling pointers.  (zfont2.c)
  5478.     - definefont became confused if a program failed to delete the FID
  5479. from a re-encoded font.  (This is questionable PostScript, but dvips does
  5480. it.)  (zfont2.c)
  5481.     - If a BuildChar procedure did a save before the setcachedevice and
  5482. a restore afterwards, the memory manager would attempt to free the cache
  5483. device after it had already been freed by the restore, leading to damaged
  5484. freelists.  (gschar.c)
  5485.     - setresolution (in statusdict) was ignored.  (gs_lev2.ps,
  5486. gs_statd.ps)
  5487.     - If a string containing a string containing a \ was passed to the
  5488. token operator, the \ was not recognized properly in a Level 2 environment.
  5489. (iscan.c)
  5490.     - A couple of default dictionary sizes had become too small.
  5491. (iinit.c)
  5492.  
  5493. Makes DOS EOF (control-Z, 0x1a) a self-delimiting token, like left bracket.
  5494. THIS IS A NON-BACKWARD-COMPATIBLE CHANGE, but it should not have any adverse
  5495. effects.  (gs_init.ps, iscan.c, iscantab.c)
  5496.  
  5497. Distinguishes arch_small_memory from arch_ints_are_short, and adds a new
  5498. -Z. switch to force small-memory table sizes regardless of actual memory
  5499. size.  (dstack.h, idict.c, zpcolor.c, zvmem2.c)
  5500.  
  5501. Interpreter (PDF)
  5502. -----------------
  5503.  
  5504. Fixes bugs:
  5505.     - A page with no Contents caused an error.  (pdf_main.ps)
  5506.     - Executing a Form resource caused an error.  (pdf_draw.ps)
  5507.     - Outlines with open entries caused an error.  (pdf_main.ps)
  5508.     - Embedded Type 3 fonts caused an error.  (pdf_draw.ps, pdf_font.ps)
  5509.     - The Widths array of fonts was ignored.  (pdf_font.ps)
  5510.  
  5511. Library
  5512. -------
  5513.  
  5514. Fixes bugs:
  5515.     - Freeing an entry in the pattern cache didn't clear the pointers to
  5516. the raster data, producing a dangling reference that confused the garbage
  5517. collector.  (gxpcmap.c)
  5518.     - The test on FORCE_HINTS_TO_BIG_PIXELS was backwards.  (gstype1.c)
  5519.     - The pattern cache bookkeeping was incorrect.  (gxpcmap.c)
  5520.     - Depending on the order in which pointers were relocated, the
  5521. garbage collector could incorrectly relocate pointers from the character
  5522. cache.  (gxfcache.h, gsfont.c, gxccache.c, gxccman.c)
  5523.  
  5524. Changes the fast case of black-and-white images so it aligns scaled images
  5525. with the device coordinate system, to improve performance.  (gsimage1.c)
  5526.  
  5527. Extends the coordinate transformation routines to handle absurdly large
  5528. translation values in the CTM as long as the final device device coordinates
  5529. are within fixed-point range.  (gxmatrix.h, gxpath.h, gschar.c, gscoord.c,
  5530. gsmatrix.c, gxhint2.c, gxpath2.c)
  5531.  
  5532. Distinguishes arch_small_memory from arch_ints_are_short, and adds a new
  5533. -Z. switch to force small-memory table sizes regardless of actual memory
  5534. size.  (gdevprn.h, gxpcolor.h, gzht.h, std.h, gsfont.c, gsht1.c, gspaint.c,
  5535. gsstate.c, gxcht.c, gxht.c, gxpcmap.c)
  5536.  
  5537. Version 3.29(internal) (3/8/95)
  5538. ======================
  5539.  
  5540. Another bug-fix release.  This release processes all but 7 of the 500+ files
  5541. on the Adobe Acrobat Sampler CD-ROM without giving an error.  The garbage
  5542. collector finally appears to be stable.  This version was created for a
  5543. customer; it was not released to the general public or even to the beta test
  5544. list.
  5545.  
  5546. Documentation
  5547. -------------
  5548.  
  5549. Documents the possible need to set LD_RUN_PATH on SVR4 platforms.
  5550. (make.doc)
  5551.  
  5552. Expands the description of the device life cycle, and of the constraints on
  5553. put_params procedures.  (drivers.doc)
  5554.  
  5555. Adds an explicit copyright notice to the Aladdin Ghostscript Free Public
  5556. License.  (PUBLIC)
  5557.  
  5558. Clarifies that the Win32s documentation also applies to Windows NT.
  5559. (make.doc)
  5560.  
  5561. Procedures
  5562. ----------
  5563.  
  5564. Removes the obsolete writeppmfile operator from the standard configurations.
  5565. (gs.mak)
  5566.  
  5567. Changes the Watcom makefiles to work properly with Watcom C/C++ 10.0.
  5568. (make.doc, msc.mak, watc.mak, watcwin.mak, wccommon.mak)
  5569.  
  5570. Utilities
  5571. ---------
  5572.  
  5573. Adds a wftopfa utility for converting the Wadalab fonts to usable Type 0 and
  5574. Type 1 form.  (wftopfa)
  5575.  
  5576. Fonts
  5577. -----
  5578.  
  5579. Fixes bugs:
  5580.     - Entries added automatically by definefont (FontInfo, ExactSize)
  5581. could cause a font dictionary to become full.  (gs_fonts.ps, gs_type1.ps)
  5582.     - wrfont.ps couldn't deal with very long CharStrings.  (wrfont.ps)
  5583.  
  5584. Makes the name of the Fontmap file an easily editable parameter.
  5585. (gs_fonts.ps)
  5586.  
  5587. Adds a utility for converting the Wadalab font to usable Type 0 and Type 1
  5588. form.  (wrfont.ps, wftopfa.ps)
  5589.  
  5590. Drivers
  5591. -------
  5592.  
  5593. Fixes bugs:
  5594.     - The top margin for printer (and fax) devices was computed
  5595. incorrectly, using the X resolution rather than the Y resolution.
  5596. (gdevprn.h)
  5597.     - Changing the page size or resolution of a printer device closed
  5598. and reopened the device unnecessarily.  (gdevprn.c)
  5599.     - Changing the page size of the X11 device didn't change the initial
  5600. matrix, so (0,0) didn't wind up in the lower left corner.  (gdevx.c)
  5601.     - The bit devices didn't allow changing the number of bits per
  5602. pixel.  (gdevbit.c)
  5603.  
  5604. Adds a settable .IsPageDevice boolean device parameter to the X Windows
  5605. driver.  The default value is true.  (gdevx.h, gdevx.c)
  5606.  
  5607. Changes the PPM driver so that it chooses between PBM/PGM/PPM on a
  5608. page-by-page basis, rather retaining the most general format ever required
  5609. by any page.  (gdevpbm.c)
  5610.  
  5611. Interpreter (PostScript)
  5612. ------------------------
  5613.  
  5614. Fixes bugs:
  5615.     - The current page device could be null, rather than an empty
  5616. dictionary.  (igstate.h, zchar.c, zdevice.c, zdevice2.c, zgstate.c)
  5617.     - The scanner didn't signal an error for names or strings that were
  5618. too long.  (iscan.c)
  5619.     - A missing header file upset the VAX compilers.  (ztype.c)
  5620.     - Some places expecting dictionary operands didn't check the type,
  5621. because they incorrectly assumed that the dict_check_read/write macro did
  5622. this.  (idict.h, zdevice2.c, zht2.c, zmisc2.c)
  5623.     - The definition of quit in systemdict wasn't disabled within
  5624. encapsulated jobs.  (gs_lev2.ps)
  5625.     - resetfile gave an error if the file was closed, rather than doing
  5626. nothing.  (zfileio.c)
  5627.     - The scanner attempted to free an uninitialized pointer if it
  5628. reached EOF after a / or //.  (iscan.c)
  5629.     - A restore in a different file than the corresponding save caused
  5630. an invalidrestore error.  (gs_init.ps)
  5631.     - The default value of EndOfData in RunLengthDecode streams was set
  5632. to false.  (zfilter.c)
  5633.     - .registerencoding didn't invoke the save machinery correctly,
  5634. leading to GC problems.  (zfont2.c)
  5635.     - The facility for overriding .printerror didn't work correctly.
  5636. (gs_init.ps)
  5637.     - gs_run_file_open wasn't public.  (gsmain.c)
  5638.     - The interpreter returned e_undefined for undefined error names,
  5639. rather than the error code.  (interp.c)
  5640.     - Allocation in system memory (specifically, adding a block to a
  5641. stack) couldn't trigger automatic garbage collection.  (interp.c, igc.c,
  5642. zvmem2.c)
  5643.     - A restore in a different invocation of gs_run_string than the
  5644. corresponding save would stop reading the string.  (files.h, gsmain.c,
  5645. iccinit.c, zfile.c)
  5646.     - The Type 1 rasterizer state included a pointer into the middle of
  5647. an object, confusing the garbage collector.  (zchar1.c, zfont1.c)
  5648.     - When the garbage collector deleted a name, it didn't zero out the
  5649. string pointer.  (iname.c)
  5650.     - On platforms where obj_align_mod > 4, the memory manager could
  5651. access 1 beyond the end of its freelists.  (iastate.h)
  5652.     - makefont and scalefont didn't check the type of their font operand
  5653. soon enough.  (zfont.c)
  5654.     - restore didn't finalize the objects it freed.  (isave.c)
  5655.     - restore didn't free system VM.  (isave.c)
  5656.     - Freeing a ref array that occupied an entire chunk didn't free the
  5657. chunk.  (ialloc.c)
  5658.  
  5659. Adds a .runexec operator which implements the 'close if error' function of
  5660. run.  (zfile.c, zfileio.c)
  5661.  
  5662. Moves the obsolete writeppmfile operator into a separate file.  (zfileio.c,
  5663. zwppm.c)
  5664.  
  5665. Makes the statistics returned by the memory manager more accurate.
  5666. (ialloc.c, zvmem.c)
  5667.  
  5668. Adds a (read-only) %Calendar% IODevice.  (zdevcal.c)
  5669.  
  5670. Adds a "hook" in the character operators to allow external code to
  5671. intervene; this is needed for a customer.  (ichar.h, zchar.c, zchar2.c)
  5672.  
  5673. Makes control-D (0x04) a self-delimiting token, like left bracket.  THIS IS
  5674. A NON-BACKWARD-COMPATIBLE CHANGE, but it should not have any adverse
  5675. effects.  (scanchar.h, iscan.c, iscantab.c)
  5676.  
  5677. Changes the error stack printout so that it puts line breaks between items
  5678. iff the items are being printed with ==.  (gs_init.ps)
  5679.  
  5680. Uses finalization to close streams being freed.  (igc.c, zfile.c, ziodev.c)
  5681.  
  5682. Interpreter (PDF)
  5683. -----------------
  5684.  
  5685. Fixes bugs:
  5686.     - Embedded Type 1 fonts that invoked save and restore while being
  5687. read caused an error.  (pdf_font.ps)
  5688.     - Large files that referenced a non-alphabetic font for the first
  5689. time late in the file could cause an error.  (pdf_main.ps)
  5690.  
  5691. Streams
  5692. -------
  5693.  
  5694. Fixes bugs:
  5695.     - SubFileDecode streams didn't copy partial matches of the EOD
  5696. string into their output.  (sfilter1.c)
  5697.  
  5698. Makes switching between read and write modes a stream procedure.  (stream.h,
  5699. sfile.c, sfileno.c, stream.c, zfileio.c)
  5700.  
  5701. Makes file streams close themselves when finalized.  (We can't do this for
  5702. other streams, because finalization procedures aren't allowed to free
  5703. storage explicitly.)  (stream.h, sfile.c, sfileno.c, stream.c)
  5704.  
  5705. Library
  5706. -------
  5707.  
  5708. Fixes bugs:
  5709.     - The obsolete files gcdefs.h and gsfile.c were still included in
  5710. the fileset.
  5711.     - A number of places didn't deal with null patterns properly (p_tile
  5712. == 0).  (gxdcolor.h, gspcolor.c, gxpcmap.c)
  5713.     - The pattern tiling algorithm was numerically unstable, especially
  5714. if the X/YStep vectors were close to the axes.  (gxcolor2.h, gspcolor.c,
  5715. gxpcmap.c)
  5716.     - setdeviceparams checked the values of read-only byte array
  5717. parameters incorrectly.  (gsdparam.c)
  5718.     - The statistics macros in gxfill.c didn't use DO_NOTHING when
  5719. disabled.  (gxfill.c)
  5720.     - Changing the orientation of a device closed and reopened the
  5721. device unnecessarily.  (gsdparam.c)
  5722.     - ioerrors occurring when writing command lists weren't reported
  5723. properly.  (gxclist.h, gxclist.c)
  5724.     - Errors from device procedures weren't always propagated up to
  5725. clients.  (gsimage1.c, gsimage3.c, gxclip2.c, gxclist.c)
  5726.     - Overflowing the fixed-point translation values in the CTM caused a
  5727. floating point exception rather than a limitcheck.  (gxmatrix.h, gscoord.c)
  5728.     - charpath set the current point correctly, but didn't append a
  5729. moveto element to the path.  (This mostly affected Mathematica output.)
  5730. (gzpath.h)
  5731.     - Image devices mapped colors incorrectly.  (gdevmem.c, gdevm16.c)
  5732.     - On devices with color capability but fewer than 4 bits per pixel,
  5733. color halftones didn't work (and could cause an arithmetic exception).
  5734. (gxdither.c)
  5735.     - Black-on-white memory devices didn't map colors properly.
  5736. (gdevprn.h, gxdevice.h, gxdevmem.h, gdevmem.c, gdevm1.c, gsdevice.c)
  5737.     - Memory devices with a non-zero origin in their initial matrix
  5738. clipped the image improperly.  (gsdevice.c)
  5739.     - The Type 1 rasterizer state included a pointer into the middle of
  5740. an object, confusing the garbage collector.  (gstype1.h, gxfont1.h,
  5741. gxtype1.h, gstype1.c, gxhint2.c)
  5742.     - The band rasterizer could produce garbled output for images
  5743. (including characters) on 64-bit architectures.  (gxclread.c)
  5744.     - Bounding boxes (for pathbbox and setbbox) could be slightly
  5745. inaccurate.  (gsmatrix.c)
  5746.     - On 64-bit architectures, halftone tiles less than 16 bits wide
  5747. were handled incorrectly.  (gxclist.c)
  5748.  
  5749. Adds an .IsPageDevice boolean device parameter (normally read-only).
  5750. (gsdparam.c)
  5751.  
  5752. Removes the library code for implementing the obsolete writeppmfile
  5753. operator.  (gswppm.c)
  5754.  
  5755. Makes the default matrix (for initmatrix and defaultmatrix) a settable
  5756. parameter in the graphics state.  (gscoord.h, gzstate.h, gscoord.c,
  5757. gsdevice.c, gsdparam.c)
  5758.  
  5759. Makes the statistics returned by the memory manager more accurate.
  5760. (gsmemory.h)
  5761.  
  5762. Adds a compile-time flag to choose whether or not to force Type 1 hints to
  5763. "big pixel" boundaries when oversampling.  (gstype1.c)
  5764.  
  5765. Changes the .PageCount device parameter back to PageCount, because the
  5766. change broke some scripts.  (gsdparam.c)
  5767.  
  5768. Adds optimization for 90 degree rotated images with pure colors.
  5769. (gximage.h, gsimage.c, gsimage1.c)
  5770.  
  5771. Changes the band rasterizer so that replicated halftone tiles are written on
  5772. the band list in unreplicated form.  (gsbitops.h, gxcldev.h, gsbitops.c,
  5773. gxclist.c, gxclread.c, gxht.c)
  5774.  
  5775. Changes the .HWBitsPerPixel device parameter to BitsPerPixel.  (drivers.doc,
  5776. language.doc, gdevcdj.c, gdevstc.c, gsdparam.c)
  5777.  
  5778. Version 3.28(beta) (2/13/95)
  5779. ==================
  5780.  
  5781. Another bug-fix beta release.  The number of bugs being fixed in each of
  5782. these sub-releases does exceed the number of new bugs introduced, but the
  5783. latter number is discouragingly high.
  5784.  
  5785. Documentation
  5786. -------------
  5787.  
  5788. Adds some information about handling VMS file attributes for files
  5789. transferred by FTP.  (use.doc)
  5790.  
  5791. Procedures
  5792. ----------
  5793.  
  5794. Fixes bugs:
  5795.     - unix-gcc.mak said the static linkage switch for SunOS was -Bstatic
  5796. rather than -static.  (unix-gcc.mak)
  5797.     - Some dependency lists in gs.mak were out of date.  (gs.mak)
  5798.  
  5799. Utilities
  5800. ---------
  5801.  
  5802. Fixes bugs:
  5803.     - markhint.ps didn't check for protected fonts.  (markhint.ps)
  5804.  
  5805. Drivers
  5806. -------
  5807.  
  5808. Fixes bugs:
  5809.     - The cdj driver had a byte/char agreement problem.  (gdevcdj.c)
  5810.     - The cdj driver attempted to initialize a dynamic array.
  5811. (gdevcdj.c)
  5812.  
  5813. Removes the setting of InputAttributes and OutputAttributes from the H-P
  5814. drivers, since this causes more problems than it solves.  (gdevdjet.c)
  5815.  
  5816. Interpreter
  5817. -----------
  5818.  
  5819. Fixes bugs:
  5820.     - makeoperator assigned incorrect attributes to operators. (bug
  5821. introduced in 3.27) (opdef.h, iinit.c, iutil.c, zmisc.c)
  5822.  
  5823. Library
  5824. -------
  5825.  
  5826. Fixes bugs:
  5827.     - gs_makeimagedevice didn't set the caller's pointer to the newly
  5828. created device.  (bug introduced in 3.27) (gsdevice.c)
  5829.     - There were still some mismatches between char * and byte * values.
  5830. (gsdparam.c)
  5831.     - The halftone replication algorithm could produce inappropriately
  5832. large replicated masks.  (gxht.c)
  5833.     - stroke usually did the wrong thing for degenerate (single-point)
  5834. subpaths.  (gxstroke.c)
  5835.  
  5836. Version 3.27(beta)(withdrawn) (2/8/95)
  5837. =============================
  5838.  
  5839. Yet another bug-fix beta release.  This release had so many serious problems
  5840. (the most serious being at least one changed file that the release tool
  5841. failed to include in the fileset) that it was withdrawn less than a day
  5842. after it was issued.
  5843.  
  5844. Documentation
  5845. -------------
  5846.  
  5847. Fixes bugs:
  5848.     - The NEWS for 3.26 didn't mention the fact that the stdxxx stream
  5849. interface used by MS Windows, OS/2, and Macintosh implementations had
  5850. changed.  (NEWS)
  5851.     - The file public.doc wasn't distributed with the previous fileset.
  5852.  
  5853. Brings the NeXTSTEP documentation up to date for NeXTSTEP releases 3.2 and
  5854. subsequent.  (make.doc)
  5855.  
  5856. Procedures
  5857. ----------
  5858.  
  5859. Fixes bugs:
  5860.     - Some dependency lists in gs.mak were out of date.  (gs.mak)
  5861.     - A 'fi;' was missing in the Unix install script.  (unix-end.mak)
  5862.     - There was no VMS build script for the PDF options.  (vms.mak)
  5863.     - The VMS script used CC_QUALI instead of CC_QUAL in several places.
  5864. (vms.mak)
  5865.  
  5866. Utilities
  5867. ---------
  5868.  
  5869. Fixes bugs:
  5870.     - ps2epsi's usage prompt referred to "pstoepsi".  (ps2epsi)
  5871.     - ps2epsi set PATH and LOCALPATH unilaterally.  (ps2epsi)
  5872.  
  5873. Comments out the sample usage line at the end of viewjpeg.ps.  (viewjpeg.ps)
  5874.  
  5875. Drivers
  5876. -------
  5877.  
  5878. Fixes bugs:
  5879.     - The fax and tiff drivers didn't free all of their working storage.
  5880. (gdevtfax.c)
  5881.  
  5882. Adds user-contributed drivers for the BJC 600 and ESC/P printers.
  5883. (devs.mak, gdevcdj.c)
  5884.  
  5885. Platforms
  5886. ---------
  5887.  
  5888. Fixes bugs:
  5889.     - Some necessary casts of string parameters to (const byte *) were
  5890. omitted.  (gp_mswin.c, gp_os2.c)
  5891.  
  5892. Adds the psmono and bit* drivers, and removes the p*m drivers, in the OS/2,
  5893. 32-bit MS-DOS, and 32-bit Windows configurations.  (bcwin32.mak, os2.mak,
  5894. watc.mak)
  5895.  
  5896. Fonts
  5897. -----
  5898.  
  5899. Fixes bugs:
  5900.     - The Fontmap for Ultrix had somehow become slightly incorrect.
  5901. (Fontmap.Ult)
  5902.  
  5903. Removes the font file names from the dependency lists in cfonts.mak.  This
  5904. makes cfonts.mak readily usable with any set of fonts, but it also means
  5905. that it will always run font2c, rather than being able to avoid this if the
  5906. .c file is up to date.  (cfonts.mak)
  5907.  
  5908. Interpreter
  5909. -----------
  5910.  
  5911. Fixes bugs:
  5912.     - Some operators could fail if the stdxxx streams weren't currently
  5913. open.  (files.h, zfileio.c, ziodev.c)
  5914.     - setpagedevice didn't handle unrecognized keys properly.
  5915. (gs_setpd.ps)
  5916.     - The value returned for the HWColorMap device parameter was
  5917. allocated incorrectly, confusing the garbage collector.  (iparam.c)
  5918.     - Typing ahead at the >>showpage<< prompt no longer caused all
  5919. further pages to be processed without stopping.  (gs_init.ps)
  5920.     - Setting DEVICEWIDTHPOINTS or DEVICEHEIGHTPOINTS on the command
  5921. line caused a typecheck.  (gs_init.ps)
  5922.     - The garbage collector didn't handle halftone threshold arrays
  5923. properly.  (zht2.c)
  5924.     - setdefaulttimeouts caused an error on Level 2 systems.
  5925. (gs_lev2.ps)
  5926.     - cvi and cvr weren't equivalent to token followed by a type check.
  5927. (iscan.h, iscannum.h, iscan.c, iscannum.c, ztoken.c, ztype.c)
  5928.     - In Level 2 systems, image and colorimage didn't allow 12 bits per
  5929. sample.  (zpaint.c)
  5930.     - If debugging was enabled, the garbage collector printed spurious
  5931. error messages about the allocator objects not being in a chunk.  (ialloc.c)
  5932.     - restore didn't reset the count of operator procedures, so the
  5933. operator procedure table could fill up.  Fixing this required splitting the
  5934. op_array_table into a global table and a local table.  (opdef.h, iinit.c,
  5935. iutil.c, zmisc.c)
  5936.     - .forgetsave could leave a dangling pointer in the memory manager,
  5937. causing an access error.  (ialloc.c, isave.c)
  5938.     - Freed objects weren't always marked as freed, which could confuse
  5939. the memory validator.  (ialloc.c)
  5940.     - .forgetsave didn't mark inner chunk headers as free, leading to
  5941. access errors.  (isave.c)
  5942.  
  5943. Changes the representation of operator procedures so that they point
  5944. directly to their definition in the op_array_table.  (iref.h, opdef.h,
  5945. idebug.c, igc.c, igcref.c, interp.c, zmisc.c)
  5946.  
  5947. Removes .makeglobaloperator.  (zmisc.c)
  5948.  
  5949. Adds patches to discard some common garbage produced by H-P-oriented
  5950. applications and drivers.  (gs_init.ps)
  5951.  
  5952. Changes the >>showpage<< prompt so that if the input reaches EOF, the
  5953. interpreter still stops after the next >>showpage<<, rather than processing
  5954. all subsequent pages.  This is a consequence of the bug fix that
  5955. automatically reopens the stdxxx files.
  5956.  
  5957. Adds an optional dictionary parameter for the RunLengthEncode/Decode
  5958. filters, to allow specifying EndOfData.  The default is true.  (zfilter.c)
  5959.  
  5960. Adds ByteTranslateEncode/Decode filters.  (zfilter2.c)
  5961.  
  5962. Streams
  5963. -------
  5964.  
  5965. Fixes bugs:
  5966.     - The K > 0 option of the CCITTFaxDecode filter switched back to 2-D
  5967. encoding if an output buffer boundary fell in the middle of a 1-D line, and
  5968. signalled an error if an input buffer boundary fell in the middle of an EOL.
  5969. (scfd.c)
  5970.  
  5971. Adds an EndOfData flag to the RunLengthEncode/Decode filters.  If true, RLE
  5972. generates 128 as EOD, and RLD recognizes it; if false, RLE does not mark
  5973. EOD, and RLD ignores 128.  (srlx.h, gxclist.c, gxclread.c, sfilter1.c)
  5974.  
  5975. Adds ByteTranslateEncode/Decode streams.  (sbtx.h, sfilter2.c)
  5976.  
  5977. Library
  5978. -------
  5979.  
  5980. Fixes bugs:
  5981.     - There were some mismatches between char * and byte * values.
  5982. (gsdparam.c)
  5983.     - Failure to round a scaling coordinate caused one-for-one
  5984. black-and-white images to render slower than they should.  (gsimage.c)
  5985.     - Setting PageSize without setting HWResolution could cause an
  5986. invalid memory access.  (gsdparam.c)
  5987.     - The garbage collector didn't handle halftone threshold arrays
  5988. properly.  (gxht.h, gsht.c, gsht1.c)
  5989.  
  5990. Version 3.26(beta) (2/1/95)
  5991. ==================
  5992.  
  5993. Yet another bug-fix beta release, still not ready for public release.
  5994.  
  5995. Documentation
  5996. -------------
  5997.  
  5998. Fixes bugs:
  5999.     - The description of device properties had gotten out of sync with
  6000. the code.  (language.doc)
  6001.  
  6002. Splits off documentation specific to the Aladdin (non-GNU) release into a
  6003. separate file.  (readme, public.doc, unix-end.mak)
  6004.  
  6005. Adds a pointer to a collection of other free fonts (including some Cyrillic
  6006. ones) available on the net.  (public.doc)
  6007.  
  6008. Procedures
  6009. ----------
  6010.  
  6011. Fixes bugs:
  6012.     - On VMS systems with both VAX C and DEC C installed, the build script
  6013. used VAX C rather than DEC C.  (vms.mak)
  6014.     - zfdecode.c didn't have a build rule.  (gs.mak)
  6015.     - Several macros in the makefile were used before they were defined.
  6016. (gs.mak)
  6017.     - Several macros in the makefile were used without being defined.
  6018. (gs.mak)
  6019.  
  6020. Replaces the gssetdev, gssetmod, and gsaddmod scripts with more variants of
  6021. echogs.  (echogs.c, gs.mak)
  6022.  
  6023. Utilities
  6024. ---------
  6025.  
  6026. Fixes bugs:
  6027.     - The ps2ascii shell script passed a -f flag to the shell, which not
  6028. all shells recognize.  (ps2ascii)
  6029.  
  6030. Drivers
  6031. -------
  6032.  
  6033. Fixes bugs:
  6034.     - Due to a typo in an initialization string, the H-P printers didn't
  6035. reset the top margin to zero.  (gdevdjet.c)
  6036.  
  6037. Adds InputAttributes and OutputAttributes entries to the H-P drivers.  (This
  6038. should probably be generic to all printers.)  (gdevdjet.c)
  6039.  
  6040. Replaces the contributed Epson Stylus Color driver with a newer version.
  6041. (devices.doc, gdevstc.c)
  6042.  
  6043. Platforms
  6044. ---------
  6045.  
  6046. Fixes bugs:
  6047.     - DEC C complained about 'abs' and 'exit' not being declared.  (x_.h)
  6048.     - gp_mswin.c and gp_os2.c wouldn't compile.  (gp_mswin.c, gp_os2.c,
  6049. ziodev.c)
  6050.  
  6051. Interpreter
  6052. -----------
  6053.  
  6054. Fixes bugs:
  6055.     - The default CIE rendering dictionary gave everything a magenta tint.
  6056. (gs_lev2.ps)
  6057.     - Changing HWResolution and PageSize in the same call of
  6058. setpagedevice produced an incorrect HWSize.  (gsdparam.c)
  6059.     - .putdeviceparams didn't accept all the keys that .getdeviceparams
  6060. returned.  (gsdparam.c)
  6061.     - The default handler for interrupt and timeout errors didn't push a
  6062. current object (command) on the stack.  (gs_init.ps)
  6063.     - The garbage collector didn't handle strings larger than 64K
  6064. properly.  (iastate.h, ialloc.c, igcstr.c)
  6065.  
  6066. Adds media matching and Policy consultation to the implementation of
  6067. setpagedevice.  (gs_setpd.ps)
  6068.  
  6069. Adds a MaxGlobalVM system parameter.  (zmisc2.c)
  6070.  
  6071. Streams
  6072. -------
  6073.  
  6074. Fixes bugs:
  6075.     - The CCITTFaxEncode filter could access a byte beyond the end of
  6076. the allocated area.  (scfe.c)
  6077.     - The CCITTFaxDecode filter could get an ioerror if a buffer
  6078. boundary fell in exactly the wrong place.  (scfd.c)
  6079.  
  6080. Library
  6081. -------
  6082.  
  6083. Fixes bugs:
  6084.     - The garbage collector didn't trace colored halftones properly.
  6085. (gzht.h)
  6086.     - The garbage collector didn't relocate the bitmap pointers in
  6087. halftone caches properly.  (gzht.h, gxht.c)
  6088.  
  6089. Adds the ability to transmit dictionaries through the param_list mechanism
  6090. (specifically, as device parameters).  This change is
  6091. non-backward-compatible only for implementors of parameter lists, which only
  6092. exist within the Ghostscript core.  (gsparam.h, iparam.h, iparam.c)
  6093.  
  6094. Removes the InitialMatrix device property.  (gsdparam.c)
  6095.  
  6096. Version 3.25(beta) (1/24/95)
  6097. ==================
  6098.  
  6099. Yet another bug-fix beta release.  There are still at least half a dozen
  6100. significant known bugs to be fixed before a public release.
  6101.  
  6102. Documentation
  6103. -------------
  6104.  
  6105. Notes that on Unix systems, one should not edit 'makefile', but should edit
  6106. the individual subfile and run tar_cat.  THIS IS A NON-BACKWARD-COMPATIBLE
  6107. CHANGE.  (make.doc)
  6108.  
  6109. Adds information on the Macintosh implementation.  (readme)
  6110.  
  6111. Procedures
  6112. ----------
  6113.  
  6114. Fixes bugs:
  6115.     - make clean failed on Unix systems where rm -f requires at least one
  6116. file name.  (gs.mak)
  6117.     - math_.h was omitted from many dependency lists.  (gs.mak)
  6118.  
  6119. Drivers
  6120. -------
  6121.  
  6122. Fixes bugs:
  6123.     - The X Windows and MS Windows draw-line routines couldn't possibly
  6124. produce sufficiently correct output (since the interface only provides integer
  6125. coordinates).  (gdevx.c, gdevwddb.c)
  6126.  
  6127. In response to patent-related actions by Unisys and CompuServe, removes the
  6128. GIF driver.  (*.mak)
  6129.  
  6130. Changes dci_std_color (and std_device_std_color_* and prn_device_std_*) so
  6131. that if the number of bits per pixel is 32, the device is defined as CMYK
  6132. rather than RGB.  (gxdevice.h)
  6133.  
  6134. Removes the tseng8 device, which is no longer useful.  (devs.mak, gdevsvga.c)
  6135.  
  6136. Adds pseudo-alpha support to the SVGA drivers, via the TextAlphaBits and
  6137. GraphicsAlphaBits device parameters.  (gdevsvga.h, gdevsvga.c)
  6138.  
  6139. Adds a user-contributed driver for the Epson Stylus Color printer.  (devs.mak,
  6140. gdevstc.c, devices.doc)
  6141.  
  6142. Platforms
  6143. ---------
  6144.  
  6145. Fixes bugs:
  6146.     - The VMS build scripts had gotten out of sync (again).  (vms*.mak)
  6147.  
  6148. Interpreter
  6149. -----------
  6150.  
  6151. Fixes bugs:
  6152.     - The emulator name array was incorrectly declared const in one place.
  6153. (gs.c)
  6154.     - A closed file could incorrectly appear to be 'eq' to another file
  6155. (open or closed).  (iutil.c)
  6156.     - If %stdin/%stdout/%stderr was ever closed, it couldn't be
  6157. reopened.  (gs_btokn.ps, gs_init.ps, files.h, zfile.c, zfileio.c, zfilter.c,
  6158. zfproc.c, ziodev.c)
  6159.  
  6160. Changes (almost) all the operator routines to 'static'.  (z*.c)
  6161.  
  6162. Library
  6163. -------
  6164.  
  6165. Fixes bugs:
  6166.     - The raster value for replicated tiles in the halftone cache was
  6167. incorrect, causing unaligned memory accesses.  (gxht.c)
  6168.     - stroke and strokepath could produce slightly inaccurate output
  6169. (leading to slight visible anomalies) as a result of stroke adjustment.
  6170. (gxstroke.c)
  6171.     - Attempting to draw an arc with zero radius could cause a numeric
  6172. exception.  (gspath1.c)
  6173.     - Setting the Orientation of a device to null resulted in actually
  6174. setting it to a random value.  (gsdparam.c)
  6175.     - charpath, stringwidth, and cshow attempted to remap the current
  6176. color unnecessarily.  (gschar.c)
  6177.  
  6178. Adds the ability to trace calls on the sqrt function (and possibly other math
  6179. functions in the future.)  (math_.h, gsmisc.c)
  6180.  
  6181. Adds additional interrupt checks in the banding code.  (gxclist.c, gxclread.c)
  6182.  
  6183. Version 3.24(beta) (1/17/95)
  6184. ==================
  6185.  
  6186. This was supposed to be a public release, but too many bugs showed up in 3.23,
  6187. so this is another bug-fix beta release.  This is the first release with a
  6188. working PDF reader.
  6189.  
  6190. Documentation
  6191. -------------
  6192.  
  6193. Notes that Solaris requires using installbsd instead of install.  (make.doc)
  6194.  
  6195. Procedures
  6196. ----------
  6197.  
  6198. Changes 'make mostlyclean' so that it doesn't delete the Ghostscript
  6199. executable (but deletes everything else that 'make clean' does).  (gs.mak)
  6200.  
  6201. Changes the link list generator so it eliminates duplicate library requests.
  6202. (genconf.c)
  6203.  
  6204. Factors the interpreter further so as to include less unnecessary PostScript
  6205. support in the PDF interpreter.  (gs.mak, zpath.c, zpath1.c)
  6206.  
  6207. Adds a printout of the available language interpreters to the -h message.
  6208. (genconf.c, gs.c, iinit.c, gs.mak)
  6209.  
  6210. Drivers
  6211. -------
  6212.  
  6213. Fixes bugs:
  6214.     - The alternate X drivers used a cast in an initializer, causing a
  6215. compilation error on some platforms.  (gdevxalt.c)
  6216.  
  6217. Adds a driver for the LaserJet IIID, including duplex printing if specified by
  6218. the Duplex page device parameter.  (gdevdjet.c)
  6219.  
  6220. Adds Orientation to the bit device.  (gdevbit.c)
  6221.  
  6222. Platforms
  6223. ---------
  6224.  
  6225. Fixes bugs:
  6226.     - There was an extraneous pfen-> in the NT file system module, causing
  6227. a compilation error.  (gp_ntfs.c)
  6228.     - The DLL code referred to an obsolete symbol a_foreign.  (gsdll.c)
  6229.     - The VMS build scripts omitted the LaserJet 4 driver.  (vms-*.mak)
  6230.     - The VMS build scripts had several other minor errors.  (vms.mak)
  6231.  
  6232. Fonts
  6233. -----
  6234.  
  6235. Fixes bugs:
  6236.     - Defining a font alias in global VM with a name that was a string in
  6237. local VM caused an error.  (gs_fonts.ps)
  6238.     - The font compiler referred to an obsolete symbol a_foreign.
  6239. (font2c.ps)
  6240.  
  6241. Interpreter
  6242. -----------
  6243.  
  6244. Fixes bugs:
  6245.     - There was an extraneous '#' before an extern declaration.
  6246. (gsmain.c)
  6247.     - The interpreter could (incorrectly) attempt to expand the e-stack.
  6248. (istack.h, interp.c, istack.c)
  6249.     - zfproc.c called memcpy but didn't include memory_.h.  (zfproc.c)
  6250.     - A garbage collection occurring within a 'save' would often smash
  6251. memory.  (igc.c)
  6252.     - If the last character returned by the procedure of a procedure-based
  6253. filter was \r, readline could get an endless loop.  (zfileio.c)
  6254.     - Saving a change to a ref member of a structure confused the garbage
  6255. collector.  (isave.h, isave.c, zdict.c)
  6256.     - The -Zu debugging printout could cause an access error under rare
  6257. circumstances.  (isave.c)
  6258.     - Save objects could get allocated in global VM, causing dangling
  6259. references.  (zvmem.c)
  6260.     - The vmsave object created by the interpreter for a save didn't get
  6261. freed properly if the memory manager created an invisible save level, which
  6262. could cause the next garbage collection to crash.  (zvmem.c)
  6263.     - 'run' always printed an error message, rather than letting the
  6264. top-level control loop do it.  (gs.c, gs_init.ps)
  6265.  
  6266. Adds support for duplex devices.  (gxdevice.h, gsdparam.c, gs_statd.ps,
  6267. gs_setpd.ps)
  6268.  
  6269. Adds the beginnings of support for CID-keyed fonts.  (gs_cidfn.ps)
  6270.  
  6271. Changes the format of the stack dump printed for errors, to make it easier to
  6272. read.  (gs_init.ps)
  6273.  
  6274. Interpreter (PostScript)
  6275. ------------------------
  6276.  
  6277. Fixes bugs:
  6278.     - The .local/global allocation operators always allocated in system
  6279. VM.  (zsysvm.c)
  6280.     - setpage[params] caused an error.  (gs_lev2.ps)
  6281.     - If an error occurred during a cshow or (x|y|xy)show, the interpreter
  6282. freed the enumerator twice.  (zchar.c, zchar2.c)
  6283.  
  6284. Changes setpageparams so that orientation = 0 means portrait.  This is not
  6285. compatible with AGFA's convention for roll-feed devices, but it is compatible
  6286. with the more common cut-sheet printers.  (gs_statd.ps)
  6287.  
  6288. Adds meaningful values for the Emulator resource.  (gsmain.c, gs_res.ps)
  6289.  
  6290. Makes -Z? validate the state of memory before and after save and restore.
  6291. (ialloc.h, igc.h, ialloc.c, igc.c, ilocate.c, zvmem.c)
  6292.  
  6293. Interpreter (PDF)
  6294. -----------------
  6295.  
  6296. Fixes bugs:
  6297.     - The Unix install script didn't install the PDF files if they were
  6298. present.  (unix-end.mak)
  6299.     - PDF to PostScript conversion didn't work at all.  (It still doesn't
  6300. work very well.)  (pdf_2ps.ps, pdf_main.ps)
  6301.     - Images with an Indexed color space and no Decode entry caused an
  6302. error.  (pdf_draw.ps)
  6303.     - The 'Page <n>' messages were printed even if QUIET was set.
  6304. (pdf_main.ps)
  6305.  
  6306. Changes the interpreter so that when it encounters an unknown operator, it
  6307. prints an error message and continues, rather than signalling an error.
  6308. (pdf_base.ps)
  6309.  
  6310. Makes F a synonym for f if there is nothing on the operand stack, to
  6311. compensate for a bug in some Adobe software.  (pdf_base.ps)
  6312.  
  6313. Changes pdfgetpage so it uses 1-origin rather than 0-origin indexing.  THIS IS
  6314. A NON-BACKWARD-COMPATIBLE CHANGE.  (pdf_main.ps)
  6315.  
  6316. Streams
  6317. -------
  6318.  
  6319. Fixes bugs:
  6320.     - The Group 3 2-D and Group 4 encoders produced incorrect output if a
  6321. scan line beginning with a black pixel was followed by a scan line beginning
  6322. with a white pixel.  (scfe.c)
  6323.     - A SubFileDecode filter with a count of 1 and a non-empty EOD string
  6324. would smash memory.  (sfilter1.c)
  6325.  
  6326. Updates the DCT filters so they will work with the latest version (5a) of the
  6327. IJG library.  (*.mak, jpeg.mak, sjpegerr.c)
  6328.  
  6329. Library
  6330. -------
  6331.  
  6332. Fixes bugs:
  6333.     - A call with integer parameters to a procedure with floating point
  6334. arguments didn't work on non-ANSI compilers.  (gsimage.c)
  6335.     - Arcs could get turned into polygons if the scaling values in the CTM
  6336. were very large and the radius was (in user space coordinates) very small.
  6337. (gspath.c)
  6338.     - The current point was defined when a BuildChar procedure was called.
  6339. (This bug was documented as fixed in version 2.2!)  (gschar.c)
  6340.  
  6341. Adds support for Orientation and Duplex page device parameters, for those
  6342. devices that support these.  (gdevprn.h, gxdevice.h, gsdevice.c, gsdparam.c)
  6343.  
  6344. Version 3.23(beta) (1/5/95)
  6345. ==================
  6346.  
  6347. This is almost entirely a bug fix release.  It also includes a largely working
  6348. PDF reader.  This is intended as the beta test release for the next public
  6349. release.
  6350.  
  6351. Documentation
  6352. -------------
  6353.  
  6354. Fixes bugs:
  6355.     - COPYLEFT, COPYING, NEWS, PUBLIC, README, and the standard Fontmap
  6356. were omitted from the 3.22 fileset.
  6357.  
  6358. Documents the use of the -oldc switch to work around a compiler crash on
  6359. the DECstation.
  6360.  
  6361. Expands and clarifies the documentation for building the DesqView/X version
  6362. with djgcc.  (make.doc)
  6363.  
  6364. Adds documentation on the "600x300" H-P inkjet printers, explaining why
  6365. this alleged higher resolution is not available.  (devices.doc)
  6366.  
  6367. Adds to the PUBLIC license a warning that it is not a GNU License, and a
  6368. requirement to include a copy of or a pointer to the License in any written
  6369. material.  (PUBLIC)
  6370.  
  6371. Documents the fact that Ghostscript *does* attempt to look up files in the
  6372. current directory first.  (use.doc)
  6373.  
  6374. Procedures
  6375. ----------
  6376.  
  6377. Fixes bugs:
  6378.     - In VMS.MAK, .JPEG should have been changed to .JPEG-5 in a few
  6379. places.  (vms.mak)
  6380.  
  6381. Adds the pjxl300 driver to all configurations that include the other color
  6382. DeskJet drivers.  Replaces pjet and pjetxl with pj and pjxl.  (*.mak)
  6383.  
  6384. Makes 'run' recognize PDF files if the PDF reader is included.
  6385. (pdf_main.ps)
  6386.  
  6387. Utilities
  6388. ---------
  6389.  
  6390. Fixes bugs:
  6391.     - viewjpeg.ps needed the test for languagelevel = 2 at the
  6392. beginning of the file.  (viewjpeg.ps)
  6393.     - prfont.ps used 'min', which isn't a standard PostScript operator.
  6394. (prfont.ps)
  6395.     - prfont.ps created Encoding vectors that weren't 256 elements
  6396. long.  (prfont.ps)
  6397.  
  6398. Adds the gsdj500 script to the installation list.  (unix-end.mak)
  6399.  
  6400. Changes the Unix "line printer" shell scripts to add the date to the page
  6401. header.  (gsbj, gsdj, gsdj500, gslj)
  6402.  
  6403. Changes ansi2knr so that it will work properly on systems where the ctype
  6404. macros don't handle 8-bit characters correctly.  (ansi2knr.c)
  6405.  
  6406. Drivers
  6407. -------
  6408.  
  6409. Fixes bugs:
  6410.     - Some compilers don't allow casts in initialization expressions.
  6411. (gdevx.c, gdevxalt.c)
  6412.     - The cdj drivers didn't initialize the color_info structure
  6413. properly.  (gdevcdj.c)
  6414.  
  6415. Adds another alternate X Windows driver, x11mono, that is a black-and-white
  6416. device.  (devs.mak, gdevxalt.c)
  6417.  
  6418. Adds a user-contributed driver for the Apple Imagewriter LQ.  (devs.mak,
  6419. gdevadmp.c)
  6420.  
  6421. Platforms
  6422. ---------
  6423.  
  6424. Fixes bugs:
  6425.     - The VMS MODULES.LIS file had gotten out of sync with the makefile
  6426. (again); GDEVABUF and GSBITOPS were missing.  (modules.lis)
  6427.     - The VMS script file had gotten out of sync with the makefile
  6428. (again).  (vms.mak)
  6429.     - The MS Windows platform code didn't recognize Windows 95 (Windows
  6430. 4.0) as equivalent to Windows NT.  (gp_mswin.c)
  6431.     - File name enumeration didn't work on OS/2 or win32.  (gp_ntfs.c,
  6432. gp_os2.c)
  6433.     - -sOutputFile= didn't work under MS Windows.  (gp_mswin.c)
  6434.  
  6435. Changes the SCO Unix direct frame buffer driver so it generates in-line
  6436. instructions to access the frame buffer, for a dramatic speed improvement.
  6437. (gdevpcfb.h, gdevsco.c)
  6438.  
  6439. Fonts
  6440. -----
  6441.  
  6442. Fixes bugs:
  6443.     - If a font couldn't be found in the Fontmap, a recursion loop
  6444. sometimes occurred.  (gs_fonts.ps)
  6445.     - Aliases for global fonts weren't automatically created as global,
  6446. possibly leading to a recursion loop.  (gs_dps1.ps, gs_fonts.ps)
  6447.     - If a font was loaded into global VM within an inner save, the restore
  6448. deleted it from FontDirectory but not from SharedFontDirectory, causing a
  6449. possible recursion loop.  (gs_dps1.ps, gs_fonts.ps, idict.h, idict.c, zdict.c)
  6450.  
  6451. Further improves the algorithm for substituting for unknown fonts.
  6452. (gs_fonts.ps)
  6453.  
  6454. Interpreter (PostScript)
  6455. ------------------------
  6456.  
  6457. Fixes bugs:
  6458.     - zcontrol.c had an assignment of const char * to const byte *,
  6459. which some compilers don't like.  (zcontrol.c)
  6460.     - Setting an Indexed color space based on a CIE space caused an
  6461. attempt to free a random block of memory.  (zcsindex.c)
  6462.     - Some compilers don't like mixing conditionals and casts in
  6463. initialization expressions.  (iref.h)
  6464.     - Some calculations of table sizes for string garbage collection
  6465. didn't work if sizeof(long) != 4, leading to smashed strings.  (iastate.h,
  6466. ialloc.c, igcstr.c)
  6467.     - Strings longer than about 7000 bytes smashed their chunk header
  6468. and confused the garbage collector.  (ialloc.c)
  6469.     - Some compilers needed iccfont.c to include strimpl.h.
  6470. (iccfont.c)
  6471.     - The obsolete file zcspace2.c was still included in the fileset.
  6472.     - If the command line included any @-files that required searching
  6473. the library path, a limitcheck would occur.  (zfile.c)
  6474.     - The insideness testing operators caused a memory access error,
  6475. because the procedure vector hadn't been updated to provide a default
  6476. get_alpha_bits procedure.  (zupath.c)
  6477.     - gcheck didn't check for stack underflow.  (zvmem2.c)
  6478.     - cleardictstack could fail to clear the dictionary stack if the
  6479. stack had overflowed into additional blocks.  (zdict.c)
  6480.     - If the '-' switch was selected, resources weren't released
  6481. properly on exit.  (gs.c)
  6482.     - Setting a Pattern color space based on a CIE space caused an
  6483. invalid memory access.  (zcsindex.c)
  6484.     - The garbage collector didn't treat refs properly on machines with
  6485. short ints.  (igcref.c)
  6486.     - Operators with more than 16 arguments could break the
  6487. interpreter.  (interp.h, iinit.c, interp.c)
  6488.     - save/restore didn't restore the setting of the current allocator
  6489. VM (local/global).  (isstate.h, isave.c)
  6490.     - stdpre.h declared exit as an extern, instead of letting gsmain.c
  6491. declare it.  (stdpre.h, gsmain.c)
  6492.     - gs.c used fputs to print help messages rather than fprintf.
  6493. (gs.c)
  6494.     - Interrupts failed to re-execute the operation that was
  6495. interrupted.  (interp.c)
  6496.     - Low-resolution CMYK devices didn't use separate screens for each
  6497. color plane as the default.  (gs_init.ps)
  6498.     - filterdict wasn't getting undef'ed at the end of initialization.
  6499. (gs_init.ps)
  6500.     - gstate operations were broken (bug introduced in 3.02).
  6501. (zdevice2.c)
  6502.     - resourceforall didn't remove the resource dictionary from the
  6503. dictionary stack when calling the client-supplied procedure.  (gs_res.ps)
  6504.     - currentcolor with an Indexed color space returned a real rather
  6505. than an integer.  (zcolor2.c)
  6506.     - setshared / setglobal left the stack in an unobvious state if
  6507. they were given a non-Boolean argument.  (gs_dps1.ps)
  6508.     - sethalftone followed by currenthalftone returned an invalid value.
  6509. (zht2.c)
  6510.     - Empty strings produced spurious garbage collector error messages.
  6511. (gsstruct.h, scommon.h, igc.c, igcstr.c, iname.c)
  6512.     - The garbage collector didn't trace Separation color spaces properly.
  6513. (gscsepr.c)
  6514.  
  6515. Changes defineresource so that it does not, by default, make instances
  6516. read-only.  (gs_res.ps)
  6517.  
  6518. Adds .{local,global}{array,dict,packedarray,string} operators for creating
  6519. objects in a specific VM space.  (zsysvm.c, gs_dps1.ps)
  6520.  
  6521. Adds definitions of setpage and setpageparams to statusdict.  (gs_setpd.ps,
  6522. gs_statd.ps)
  6523.  
  6524. Alleviates some performance problems in the garbage collector.  (igc.c)
  6525.  
  6526. Interpreter (PDF)
  6527. -----------------
  6528.  
  6529. Fixes bugs:
  6530.     - PDF files that used filters with parameters caused a typecheck
  6531. error because the arguments to 'filter' were reversed.  (pdf_base.ps)
  6532.     - The (undocumented) PDF 1.1 ability to specify link and annotation
  6533. destinations indirectly was not supported.  (pdf_main.ps)
  6534.     - The (undocumented) PDF ability to specify a null page in a link
  6535. destination was not supported.  (pdf_main.ps)
  6536.     - The PDF encodings weren't loaded properly in a system with both
  6537. PS Level 2 and PDF features.  (gs_res.ps, gs_init.ps)
  6538.     - If the next line after a stream keyword was blank, the line
  6539. wasn't skipped, which matters for binary data.  (pdf_base.ps)
  6540.     - A Q operator with no matching q operator caused an error.
  6541. (pdf_draw.ps)
  6542.     - The text position wasn't preserved across a fill or stroke
  6543. operator.  (gs_pdf.ps, pdf_draw.ps)
  6544.     - Embedded Type 3 fonts didn't work.  (pdf_base.ps, pdf_draw.ps,
  6545. pdf_main.ps)
  6546.     - Masked images with no Decode value had their polarity inverted.
  6547. (pdf_draw.ps)
  6548.     - Embedded Type 1 fonts referenced from within a stream didn't
  6549. work.  (pdf_font.ps)
  6550.  
  6551. Changes the PDF code so that it automatically recognizes PDF files as such.
  6552. (pdf_main.ps)
  6553.  
  6554. Splits out the PixelDifference filters as a separate "feature".  (gs.mak)
  6555.  
  6556. Streams
  6557. -------
  6558.  
  6559. Fixes bugs:
  6560.     - Closing the primary input stream caused an invalid memory access.
  6561. (stream.c)
  6562.     - Increasing the size of a buffer within a save resulted in a
  6563. dangling reference after the restore.  (files.h, sfilter.h, zfile.c,
  6564. zfilter.c)
  6565.     - The garbage collector didn't properly trace streams that referenced
  6566. strings directly.  (stream.h, stream.c, ziodev.c)
  6567.  
  6568. Library
  6569. -------
  6570.  
  6571. Fixes bugs:
  6572.     - An extraneous \ upset some compilers.  (gdevabuf.c)
  6573.     - Uncolored Patterns that completely filled their bounding box
  6574. caused an invalid memory access.  (gspcolor.c)
  6575.     - If a color image required clipping, black or white pixels might
  6576. be rendered with incorrect (random) colors.  (gxcpath.c)
  6577.     - Reference counts for color spaces were sometimes set too high, so
  6578. they would only be freed by restore or garbage collection.  (gscolor.c)
  6579.     - The character cache could get confused if the Encoding for the
  6580. character wasn't a name.  (gschar.c)
  6581.     - Character outlines were always rendered with flatness = 0,
  6582. causing very bad performance for large characters.  (gzstate.h, gschar.c,
  6583. gsimage.c, gxfill.c, gxstroke.c)
  6584.     - If a device (presumably uninitialized) had a
  6585. color_info.num_components of zero, an invalid memory access could occur.
  6586. (gsdparam.c)
  6587.     - Intersecting clipping paths that are not both rectangular didn't
  6588. properly set the outer box of new clipping path, leading to unnecessary
  6589. computation.  (gxcpath.h, gxacpath.c, gxcpath.c)
  6590.     - A call passed false instead of NULL.  (gschar.c)
  6591.     - On machines where sizeof returns a long, genarch.c failed.
  6592. (genarch.c)
  6593.     - xfonts were consulted, incorrectly, even for stroked characters.
  6594. (gxccman.c)
  6595.     - gstate/currentgstate/setgstate didn't work properly.  (gsline.c,
  6596. gsstate.c)
  6597.     - On CMYK devices needing halftoning, colors with C = M = Y were
  6598. always converted to gray shades.  (gxcmap.c)
  6599.     - Isolated horizontal lines, or the horizontal edges of rectangles,
  6600. could get drawn with one or both end pixels missing.  (gxfill.c)
  6601.  
  6602. Changes the character cache back so it oversamples characters at small
  6603. sizes.  (gschar.c)
  6604.  
  6605. Changes all occurrences of (void)x to discard(x), and defines discard in
  6606. stdpre.h as a cast to void, to make it possible to pacify compilers that
  6607. don't accept this construct for some kinds of x.  (gpcheck.h, stdpre.h,
  6608. store.h, gdevmswn.c, gp_mswin.c, gscoord.c, gxclread.c, igc.c, sfile.c,
  6609. sfileno.c, zcie.c, zht2.c, ziodev.c, zmisc1.c)
  6610.  
  6611. Increases the size of the halftone cache on large-memory machines from 35K
  6612. to 100K.  This substantially improves halftoning performance at higher
  6613. resolutions.  (gxht.c)
  6614.  
  6615. Version 3.22(beta) (11/30/94)
  6616. ==================
  6617.  
  6618. This is primarily a bug fix release.  It also includes limited anti-aliased
  6619. graphics capability.  This release was not distributed to the public.
  6620.  
  6621. Procedures
  6622. ----------
  6623.  
  6624. Fixes bugs:
  6625.     - The definition of ghost_h was misplaced, so changes in it or its
  6626. antecedents didn't force recompilation of its dependents.  (gs.mak)
  6627.  
  6628. Actually implements the -Z+ switch, for forcing small stack blocks.
  6629. (interp.c)
  6630.  
  6631. Makes the -dSAFER switch disable the %pipe syntax for file names, even for
  6632. reading.  (gs_init.ps)
  6633.  
  6634. Drivers
  6635. -------
  6636.  
  6637. Fixes bugs:
  6638.     - The dfax drivers incorrectly set EncodedByteAlign to false.
  6639. (gdevdfax.c)
  6640.     - softwareValue and dateTimeValue were declared as byte rather than
  6641. char.  (gdevtfax.c)
  6642.  
  6643. Platforms
  6644. ---------
  6645.  
  6646. Fixes bugs:
  6647.     - The VMS DEC C compilers declare delete in unixio.h, and doesn't
  6648. declare unlink anywhere.  (stdio_.h)
  6649.     - The VMS compilers declare malloc and free in stdlib.h, which
  6650. wasn't being included in malloc_.h.  (malloc_.h)
  6651.     - The SCO Unix C compiler needs both <sys/time.h> and <time.h>.
  6652. (time_.h)
  6653.     - The VMS compilers declare abs in stdlib.h, which wasn't being
  6654. included anywhere.  (gshtscr.c)
  6655.     - The definition for A4 paper in VMS-AXP.MAK was incorrect.
  6656. (vms-axp.mak)
  6657.  
  6658. Renames VMS-AXP.MAK as VMS-DECC.MAK, with some changes that make it
  6659. appropriate for DEC C on both VAX and AXP platforms.  (vms-axp.mak =>
  6660. vms.decc.mak)
  6661.  
  6662. Fonts
  6663. -----
  6664.  
  6665. Fixes bugs:
  6666.     - gs_kanji.ps got an invalidaccess error.  (gs_kanji.ps)
  6667.  
  6668. Interpreter
  6669. -----------
  6670.  
  6671. Fixes bugs:
  6672.     - An off-by-1 test in the roll operator caused it to smash the
  6673. stack if the operand stack had overflowed into additional blocks.
  6674. (zstack.c)
  6675.     - The default CIE color rendering dictionary didn't assume a
  6676. reasonable intermediate (XYZ) space.  (gs_lev2.ps)
  6677.     - CIE color mapping tables weren't traced properly by the garbage
  6678. collector.  (gscie.h, gscie.c, zcie.c)
  6679.     - If the very last character of a file was a ^M, the scanner
  6680. (incorrectly) signaled a syntaxerror.  (iscan.c)
  6681.     - If an operator could return both a typecheck and a
  6682. stackunderflow, it always returned a stackunderflow, which doesn't match
  6683. the behavior of Adobe interpreters.  (opcheck.h, idparam.c, interp.c,
  6684. iutil.c, z*.c)
  6685.     - astore, dictstack, and execstack could return a spurious
  6686. invalidaccess error (or fail to detect an invalid access) if the operand
  6687. stack had overflowed into additional blocks.  (istack.c)
  6688.     - The garbage collector didn't relocate pointers to names!  (Bug
  6689. introduced in 3.20.)  (iname.h)
  6690.     - If the dictionary stack overflowed into additional blocks, the
  6691. cached value pointer for a name could get set incorrectly, and also not get
  6692. relocated by the garbage collector.  (idict.c)
  6693.     - If the dictionary stack overflowed into additional blocks, the
  6694. post-GC fixup of cached value pointers in names could cause an addressing
  6695. error.  (igc.c)
  6696.     - With the -Z? switch set, the garbage collector could incorrectly
  6697. report that objects or strings weren't in any chunk.  (igc.c)
  6698.     - << /a 1 /a 2 >> /a get gave the value 2 rather than 1.
  6699. (gs_init.ps)
  6700.     - Numbers in binary object sequences and encoded number arrays
  6701. didn't work properly on machines where sizeof(short) != 2 or sizeof(long)
  6702. != 4.  (ibnum.c)
  6703.     - The put operator for dictionaries allowed null as a key.
  6704. (idict.h, idict.c)
  6705.     - >> didn't give an error if there were an odd number of values on
  6706. the stack above the next mark.  (gs_init.ps)
  6707.     - Operations that explicitly freed ref objects (setting a CIE
  6708. colorspace, resizing a dictionary, popping a block off a stack) could
  6709. corrupt storage.  (ialloc.c)
  6710.     - The -Z@ switch, which fills freed blocks with a recognizable bit
  6711. pattern, could incorrectly overwrite freed blocks in previous save levels,
  6712. causing invalid memory accesses.  (ialloc.c)
  6713.     - Since streams freed by a restore weren't marked as free, they
  6714. could confuse the garbage collector and lead to invalid memory accesses.
  6715. (zfile.c)
  6716.     - If one of the built-in dictionaries overflowed during
  6717. initialization, no error was reported -- entries were simply discarded.
  6718. (iinit.c)
  6719.     - If the level2.dev feature was combined with certain other
  6720. features, the current languagelevel was 2 when some gs_*.ps files were
  6721. loaded, causing them to load incorrectly.  (gs_btokn.ps, gs_setpd.ps)
  6722.     - If readline read a line that ended with only a CR (no LF)
  6723. followed by an end-of-file, it incorrectly closed the stream.  (zfileio.c)
  6724.  
  6725. Adds a .cond operator, similar to the Lisp multi-arm conditional.
  6726. (zcontrol.c)
  6727.  
  6728. Adds a .makeglobaloperator operator, allowing the definition of operator
  6729. procedures in local VM that turn into global operators, provided the save
  6730. level is zero.  (iref.h, opdef.h, iinit.c, interp.c, zmisc.c)
  6731.  
  6732. Note: the fix for returning typecheck vs. stackunderflow requires that all
  6733. operators (or other code) that uses return_error(e_typecheck) to indicate
  6734. an incorrect object type on the operand stack must change this to
  6735. return_op_typecheck(op), where op points to the operand.  THIS IS A
  6736. NON-BACKWARD-COMPATIBLE CHANGE.
  6737.  
  6738. Implements string array and name array parameters for parameter lists.
  6739. (gsparam.h, iparam.c)
  6740.  
  6741. Brings filterdict inside the INITIAL_DICTIONARIES conditional.  (iinit.c)
  6742.  
  6743. Adds a .currentscreenlevels operator that returns the number of
  6744. distinguishable halftone levels.  (zht.c)
  6745.  
  6746. Streams
  6747. -------
  6748.  
  6749. Fixes bugs:
  6750.     - The 2-D case of CCITTFaxDecode could get confused by an input
  6751. data buffer boundary that fell immediately after a horizontal code.
  6752. (scfd.c)
  6753.     - The LZW decoder didn't detect invalid data unless DEBUG was
  6754. selected at build time.  (slzwd.c)
  6755.  
  6756. Library
  6757. -------
  6758.  
  6759. Fixes bugs:
  6760.     - The clipping region accumulator could refer to a clipping
  6761. rectangle even after it had been freed.  (No effect on execution unless the
  6762. -Z@ switch was selected.)  (gxacpath.c)
  6763.     - setbbox expanded the bounding box, but didn't place a limit on
  6764. further path elements, if the current path wasn't empty.  (gsdps1.c)
  6765.     - setbbox didn't make sufficient allowance for rounding.
  6766. (gsdps1.c)
  6767.  
  6768. Implements the ProcessColorModel parameter (read-only) for all devices.
  6769. (gsdparam.c)
  6770.  
  6771. Adds a gs_currentscreenlevels procedure that returns the number of
  6772. distinguishable halftone levels.  (gsht.c)
  6773.  
  6774. Version 3.21(beta) (11/17/94)
  6775. ==================
  6776.  
  6777. This is primarily a bug fix release.  It also includes a substantial
  6778. improvement in the Type 1 font hinting algorithms.  This release was not
  6779. distributed to the public.
  6780.  
  6781. Documentation
  6782. -------------
  6783.  
  6784. Fixes bugs:
  6785.     - The `man' page referred to gnu.ghostscript.bug rather than
  6786. comp.lang.postscript.  (gs.1)
  6787.  
  6788. Documents the special entries in operator definition tables that allow
  6789. switching dictionaries.  (opdef.h)
  6790.  
  6791. Procedures
  6792. ----------
  6793.  
  6794. Moves the definition of JSRCDIR to the individual platform makefiles, to
  6795. make it easier to change on platforms that don't have file links.  (*.mak)
  6796.  
  6797. Utilities
  6798. ---------
  6799.  
  6800. Fixes bugs:
  6801.     - ansi2knr didn't recognize that a line ending with } couldn't be a
  6802. function definition.  (ansi2knr.c)
  6803.     - ps2epsi always returned an empty bounding box.  (ps2epsi,
  6804. ps2epsi.bat)
  6805.  
  6806. Drivers
  6807. -------
  6808.  
  6809. Fixes bugs:
  6810.     - The bitrgb device had an invalid depth of 3.  (gdevbit.c)
  6811.  
  6812. Replaces the color mapping code in the X driver with a much faster
  6813. algorithm, courtesy of Tim Theisen.  (gdevx.h, gdevx.c, gdevxini.c)
  6814.  
  6815. Platforms
  6816. ---------
  6817.  
  6818. Fixes bugs:
  6819.     - Two variable names were misspelled.  (gdevpm.c, gp_mswin.c)
  6820.     - It wasn't possible to compile a non-DLL configuration under OS/2.
  6821. (os2.mak)
  6822.     - Compilation under Microsoft C/C++ 8.0 gave errors.  (gp_mswin.h,
  6823. gp_mswin.c, gshtscr.c)
  6824.  
  6825. Adds some more devices to the OS/2 makefile.  (os2.mak)
  6826.  
  6827. Fonts
  6828. -----
  6829.  
  6830. Fixes bugs:
  6831.     - wrfont.ps, and hence bdftops, didn't write out the FontType or
  6832. PaintType.  (Bug introduced since 2.6.1)  (wrfont.ps)
  6833.     - wrfont.ps omitted a 'begin' and 'end', causing -! or -| to be
  6834. undefined when the font was loaded.  (Bug introduced since 2.6.1)
  6835. (wrfont.ps)
  6836.  
  6837. Interpreter
  6838. -----------
  6839.  
  6840. Fixes bugs:
  6841.     - make_tasv_old called make_tasv_new with extra arguments.
  6842. (store.h)
  6843.     - currentcacheparams only returned 2 values instead of 3.
  6844. (zfont.c)
  6845.     - ustroke popped one element too many off the stack if a matrix was
  6846. supplied.  (zupath.c)
  6847.     - inu[eo]fill popped one element too many off the stack.
  6848. (zupath.c)
  6849.     - The color rendering dictionary was initialized to null rather
  6850. than a valid dictionary.  (gs_lev2.ps)
  6851.     - An invalid IODevice resource named "9" got created.  (gs_res.ps)
  6852.     - bytesavailable often caused an error rather than returning -1.
  6853. (zfileio.c, stream.c)
  6854.     - The insideness testing operators always returned true if the
  6855. aperture was defined by a user path rather than a point.  (zupath.c)
  6856.     - If INITIAL_DICTIONARIES was defined in the makefile, the
  6857. definition of the initial_dictionaries array was missing a comma.
  6858. (iinit.c)
  6859.     - Even if userdict appeared in INITIAL_DICTIONARIES, gs_init.ps set
  6860. its maxlength to 200.  (gs_init.ps)
  6861.     - Setting a CIE color space left a garbage value on the stack.
  6862. (zcie.c)
  6863.     - If a file or filter was opened and then closed, opening a file
  6864. subsequently within a 'save' could lead to a memory access error in the
  6865. garbage collector.  (zfile.c)
  6866.     - Setting an Indexed or Separation color space could cause a crash
  6867. either in the garbage collector or when printing out the e-stack.
  6868. (icsmap.h, zcsindex.c, zcssepr.c)
  6869.     - Invoking a filter with an invalid data source or sink could cause
  6870. a memory access error (bug introduced in 3.20).  (zfilter.c)
  6871.     - Invoking stringwidth on a font whose BuildChar procedure did a
  6872. save could cause a memory manager error or infinite loop, because
  6873. stringwidth attempted to use an inapplicable shortcut.  (gschar.c)
  6874.     - The bounding box for rendering stroked Type 1 characters didn't
  6875. take square caps and miter joins into account.  (gs_type1.ps)
  6876.     - Invoking filter with DCTDecode or DCTEncode could cause an
  6877. addressing error if no dictionary argument was supplied.  (zfdctd.c,
  6878. zfdcte.c)
  6879.     - The Generic resource, the Font resource, and half a dozen
  6880. resources with no predefined instances all shared the same Instances
  6881. dictionary.  (gs_res.ps)
  6882.     - The temporary null device allocated for stringwidth was never
  6883. freed.  (gschar.h, gschar.c, zchar.c)
  6884.     - Internal operators, and structures that might be freed on stack
  6885. unwinding, could "escape" from the e-stack.  (zcontrol.c, ztype.c)
  6886.     - makefont and scalefont didn't properly handle a font whose
  6887. Encoding had been changed.  (bfont.h, zfont.c, zfont2.c)
  6888.     - Type 1 fonts with PaintType = 2 incorrectly checked for an xfont.
  6889. (gxfont.h, gschar.c, gsfont.c, zchar1.c, zfont1.c, zfont2.c)
  6890.     - Specifying a string argument with -d...=(...) or -d...=<...>
  6891. would cause an invalidaccess error.  (gs.c)
  6892.     - The environment for encapsulated jobs didn't rebind quit to stop
  6893. in userdict.  (gs_lev2.ps)
  6894.     - restore didn't deal properly with open files on the e-stack.
  6895. (zvmem.c)
  6896.     - Even with the '-' switch, Ghostscript would try to read ahead in
  6897. the input stream rather than processing input character-by-character.
  6898. (ziodev.c)
  6899.     - If an error occurred with a unreadable dictionary on any stack,
  6900. the standard error printer would get into an error loop and exit the
  6901. interpreter.  (gs_init.ps)
  6902.     - The for_roots macro in igc.c used ap rather than mem as its
  6903. second formal parameter.  (This typo had no effect on the executable
  6904. program.)  (igc.c)
  6905.     - If saving the stacks for an error caused a GC request, a value
  6906. could get stored into an improper variable on the C stack, causing havoc.
  6907. (interp.c)
  6908.     - setdash checked to make sure that the distance array had read
  6909. access; Adobe interpreters don't check this.  (zgstate.c)
  6910.     - The roots for gs_run_string and gs_interpret weren't registered
  6911. properly, which could cause a dangling reference in the case of a restore
  6912. whose save had been done earlier.  (gsmain.c, interp.c)
  6913.  
  6914. Adds an OpenOutputFile Boolean device parameter for printer devices; if
  6915. true, the device opens the OutputFile at the time the device is opened,
  6916. instead of waiting for the first showpage.  This helps with synchronization
  6917. when the OutputFile is a pipe.  (gdevprn.h, gdevprn.c)
  6918.  
  6919. Changes the BEGIN/END_OP_DEFS macros to require an explicit { and } at each
  6920. use.  (gsmain.c, interp.c, z*.c)
  6921.  
  6922. Arranges things so that the operators that the interpreter handles
  6923. specially are assigned the first N operator indices [internal change only].
  6924. (interp.h, iinit.c, interp.c)
  6925.  
  6926. Changes the operators max and min to .max and .min, to avoid conflicts with
  6927. PostScript programs that use these names for variables and also use 'bind'.
  6928. THIS IS A NON-BACKWARD-COMPATIBLE CHANGE from programs that depend on
  6929. 'bind' binding in these operators; however, we have also defined procedures
  6930. max and min that just call the operators, which should take care of any
  6931. ordinary code.  (*.ps, zrelbit.c)
  6932.  
  6933. Streams
  6934. -------
  6935.  
  6936. Fixes bugs:
  6937.     - The pfb_state pointer in the eexecDecode filter state wasn't
  6938. marked as traceable for the garbage collector.  (sfilter.h)
  6939.     - The eexec decoding filter could access invalid memory or return
  6940. garbage under some conditions.  (Bug introduced in 3.12.)  (zmisc1.c)
  6941.     - The eexec decoding filter would incorrectly ask for more input if
  6942. the output buffer was full.  (seexec.c)
  6943.  
  6944. Library
  6945. -------
  6946.  
  6947. Fixes bugs:
  6948.     - Some compilers reserve the word 'try'.  (gshtscr.c)
  6949.     - Some compilers don't like line continuations (\) within a
  6950. preprocessor macro formal parameter list.  (gdevprn.h, gxdevice.h)
  6951.     - Memory devices created with an inverted palette (0=white,
  6952. 1=black) interchanged white and black in fill operations.  (gdevmem1.c)
  6953.     - The 'bits' variable in mem_mono_copy_mono was unused on
  6954. little-endian machines.  (gdevmem1.c)
  6955.     - Some garbage collector procedures were declared 'private'
  6956. inconsistently.  (gscie.c)
  6957.     - The new anti-aliased text capability accidentally caused all
  6958. characters to be oversampled.  (gschar.c)
  6959.     - Type 1 fonts with PaintType = 2 and StrokeWidth = 0 came out with
  6960. many pixels missing because of oversampling.  (gschar.c)
  6961.     - Type 1 font stem hints were not being processed correctly.
  6962. (gstype1.h, gxtype1.h, gstype1.c, gxhint2.c, gxhint3.c, gxpath.c)
  6963.     - The tracing message for 9/7 composite fonts incorrectly
  6964. identified them as 1/7 fonts.  (gschar0.c)
  6965.     - If a 1/7 or 9/7 composite font was a child of a non-modal font,
  6966. the font number of the child font was computed incorrectly.  (gschar0.c)
  6967.  
  6968. Splits up the various memory devices into one file per depth [internal
  6969. change only].  (gdevm*.c)
  6970.  
  6971. Version 3.20(beta) (10/31/94)
  6972. ==================
  6973.  
  6974. This version contains some support for a PDF interpreter; however, the PDF
  6975. code itself is not ready for release yet.  It also includes anti-aliased text
  6976. capability.  This release was not distributed to the public.
  6977.  
  6978. Documentation
  6979. -------------
  6980.  
  6981. Notes that the FAQ has moved to smallo.ruhr.de:pub/ghost/gs.faq.  (readme)
  6982.  
  6983. Documents various implementation limits.  (language.doc)
  6984.  
  6985. Procedures
  6986. ----------
  6987.  
  6988. Fixes bugs:
  6989.     - bcp.dev wasn't included in the list of dependencies for
  6990. level1.dev.  (gs.mak)
  6991.  
  6992. Changes the printout of version numbers so that it is always A.BC,
  6993. rather than A.B if C is zero.  (gs.c, gs_init.ps)
  6994.  
  6995. Utilities
  6996. ---------
  6997.  
  6998. Fixes bugs:
  6999.     - font2c didn't correctly handle Metrics or Metrics2 dictionaries
  7000. whose entries were arrays rather than scalars.  (font2c.ps, ccfont.h,
  7001. iccfont.c)
  7002.     - font2c didn't handle CDevProc.  (font2c.ps, ccfont.h, iccfont.c)
  7003.     - genconf could get a stack overflow on small machines.
  7004. (genconf.c)
  7005.  
  7006. Changes mergeini.ps so it can take arguments on the command line specifying
  7007. the input and output files.  (mergeini.ps)
  7008.  
  7009. Adds a gsdj500 shell script to parallel gsdj500.bat.  (gsdj500)
  7010.  
  7011. Drivers
  7012. -------
  7013.  
  7014. Fixes bugs:
  7015.     - The X driver didn't mask dynamically assigned colors properly, so
  7016. it could request the same color over and over again.  (gdevx.c)
  7017.  
  7018. Adds two alternate X Windows drivers, for helping debug drivers with other
  7019. color models:
  7020.     - x11alpha, an RGB device with 4-bit alpha capability (for
  7021.       copy_alpha only);
  7022.     - x11cmyk, a 1-bit-per-component CMYK device.
  7023. (devs.mak, gdevxalt.c)
  7024.  
  7025. Changes the left margin of the lj4dith driver to 0.26".  (gdevcdj.c)
  7026.  
  7027. Platforms
  7028. ---------
  7029.  
  7030. Fixes bugs:
  7031.     - If <sys/time.h> didn't exist, time_.h didn't always include
  7032. <time.h>.  (time_.h)
  7033.     - The OS/2 platform wouldn't compile.  (gdevpm.c)
  7034.     - The auxiliary VMS command files sometimes got blank lines
  7035. inserted when going through EOL conversion.  (vms.mak; delete gs_.com)
  7036.     - The VMS makefiles didn't include the Level 1 operators in
  7037. level1.dev.  (vms.mak)
  7038.     - The VMS gcc makefile didn't handle undefined DEVICE_DEVSn
  7039. variables properly.  (vms*.mak)
  7040.     - The VMS makefiles didn't recognize DEVICE_DEVS{1,2,5,7}.
  7041. (vms.mak)
  7042.  
  7043. At the request of a Unix expert, changes all the Unix shell scripts to use
  7044. exec gs ... "$@" rather than gs ... $*.  (gsnd, gsbj, gsdj, gslj, gslp)
  7045.  
  7046. Modifies the JPEG library so that it uses 4K less of the automatic data
  7047. segment in 16-bit environments.  (bcwin.mak, jpeg.mak, sjpeg.c, sjpegerr.c)
  7048.  
  7049. Adds the bmp drivers back into the 16-bit MS Windows executable, since they
  7050. will fit now.  (bcwin.mak)
  7051.  
  7052. Fonts
  7053. -----
  7054.  
  7055. Makes the font substitution algorithm recognize the word Roman as calling
  7056. for a serif font.  (gs_fonts.ps)
  7057.  
  7058. Interpreters
  7059. ------------
  7060.  
  7061. Fixes bugs:
  7062.     - The fix in 3.13 for the inexact function values at 0 didn't work.
  7063. (zcontrol.c)
  7064.     - Level 1 configurations referenced an undefined procedure
  7065. gs_currenthalftone.  (gsht.c, gsht1.c)
  7066.     - Specifying any device properties (including -r and -g) on the
  7067. command line caused an error.  (gs_init.ps)
  7068.     - The forward declaration of cfont_name_array_create was
  7069. incorrect.  (iccfont.c)
  7070.     - save and restore could get called before the graphics state stack
  7071. had been initialized properly.  (gs_mex_e.ps)
  7072.     - Some encodings weren't loaded properly.  (gs.mak, gs_mex_e.ps,
  7073. gs_mro_e.ps, gs_pdf_e.ps, gs_wan_e.ps)
  7074.     - Zero-height images were allowed, but zero-width images
  7075. weren't.  (zpaint.c)
  7076.     - Neither zero-width nor zero-height images popped their
  7077. arguments from the operand stack.  (zpaint.c)
  7078.     - lib_file_fopen overwrote its file name argument, causing havoc
  7079. with @-files.  (gxiodev.h, gdevpipe.c, gsiodev.c, zfile.c)
  7080.     - The garbage collector got confused if there were any arrays or
  7081. dictionaries with 8K or more elements.  (igcref.c)
  7082.     - >> could leave the stacks in a questionable state if it failed.
  7083. (gs_init.ps)
  7084.     - The Category resource category didn't implement undefineresource.
  7085. (gs_res.ps)
  7086.     - When the token operator read the last token from a string, it
  7087. left an unchanged string on the stack instead of an empty string.
  7088. (stream.c)
  7089.     - noaccess didn't give an invalidaccess error when applied to the
  7090. permanent dictionaries.  (dstack.h, idict.c, ztype.c)
  7091.     - Overflowing the exec stack wasn't handled properly.  (istack.h,
  7092. istack.c)
  7093.     - The garbage collector cleared the cached value pointers in names,
  7094. causing interpretation to slow down substantially.  (idict.c, igc.c,
  7095. iname.c)
  7096.     - 0 dict created a dictionary with a maxlength of 1.  (idict.c)
  7097.  
  7098. Changes the default size of the execution stack from 150 to 250, to match
  7099. the Adobe "typical" value.  (interp.c)
  7100.  
  7101. Moves the operator definitions out of the automatic data segment.
  7102. (opdef.h, iinit.c, z*.c)
  7103.  
  7104. Adds operators that allow creation of objects in system space:
  7105. .systemvmstring, .systemvmarray, .systemvmpackedarray, .systemvmdict,
  7106. .systemvmcheck.  (zsysvm.c)
  7107.  
  7108. Renames gcdefs.h as gscdefs.h.
  7109.  
  7110. Allocates names in system space rather than global space.  (gsmain.c)
  7111.  
  7112. Changes the memory manager so that it allows programs to create objects in
  7113. system space.  (iref.h, iutil.h, ivmspace.h, ...)
  7114.  
  7115. Changes the implementation of filters so they appear in their own
  7116. dictionary named filterdict.  (gs_init.ps, z*.c)
  7117.  
  7118. Changes the implementation of color spaces so each one has its own
  7119. setcolorspace procedure, defined in a new dictionary named
  7120. colorspacedict.  (gs_lev2.ps, z*.c)
  7121.  
  7122. Adds a new debugging switch, $, that always initializes all fields in a
  7123. ref, in order to keep Purify happy.  (store.h)
  7124.  
  7125. Library
  7126. -------
  7127.  
  7128. Fixes bugs:
  7129.     - The page size for image devices was always set to (0, 0).
  7130. (gsdevice.c)
  7131.     - The PageSize computation in gx_default_put_params could overflow
  7132. on 16-bit machines.  (gsdparam.c)
  7133.     - An omitted 'static' on an initialized array caused a compiler
  7134. error.  (gxccman.c)
  7135.     - If interpolated image rendering was requested but not
  7136. actually carried out, gs_image_cleanup could attempt to free a random
  7137. pointer.  (gsimage.c)
  7138.     - Some compilers only retain 23 characters of procedure names, but
  7139. some procedure names weren't unique in the first 23 characters.  (gscie.c,
  7140. gscolor.c, gscolor1.c, gxcmap.c)
  7141.     - The garbage collector didn't trace device colors properly.
  7142. (gxdcolor.h, gzht.h, gsimage1.c, gspcolor.c, gxcht.c, gxcmap.c, gxdraw.c,
  7143. gxht.c)
  7144.     - For CMYK devices, the transfer functions were being applied to
  7145. the CMYK values rather than the complemented RGBW values.  (gxcmap.c)
  7146.     - Memory devices used their own color mapping procedures rather
  7147. than those of the target; this could cause incorrect colors for patterns on
  7148. devices with more than 1 bit per pixel.  (gxdevmem.h, gdevmem1.c, gdevpm.c,
  7149. gdevprn.c, gdevwdib.c, gschar.c, gsdevice.c, gxccache.c, gxccman.c,
  7150. gxclip2.c, gxclread.c, gxpcmap.c)
  7151.     - The garbage collector didn't trace image enumerators properly in
  7152. the image_render_simple case.  (gsimage.c)
  7153.     - stroke produced different-looking output for thin (zero-width)
  7154. lines depending on whether or not clipping was invoked.  (gxstroke.c)
  7155.     - If a clipping list changed from multiple rectangles to a single
  7156. rectangle, it could fail to clip properly thereafter.  (gxacpath.c)
  7157.  
  7158. Adds two new device procedures: alpha_bits and copy_alpha.  This change is
  7159. backward-compatible for all existing devices.  (gdevmem.h, gxdevice.h,
  7160. gsdevice.c, gxclip2.c, gxclist.c, gxcpath.c)
  7161.  
  7162. Changes the implementation of color halftones so that, when appropriate, it
  7163. generates a single cell and uses the device tile_rectangle procedure.
  7164. (gzht.h, gsht.c, gxcht.c, gxclist.c, gxclread.c)
  7165.  
  7166. Adds partial support for the Orientation page device parameter.
  7167. (gsdevice.c)
  7168.  
  7169. Adds support for anti-aliased characters using 2 or 4 bits of alpha.
  7170. (gxfcache.h, gschar.c, gxccache.c)
  7171.  
  7172. Version 3.13(private) (10/3/94)
  7173. =====================
  7174.  
  7175. This release was created for a customer; it was not distributed to the
  7176. public.
  7177.  
  7178. Documentation
  7179. -------------
  7180.  
  7181. Notes in make.doc that the file names in the IJG archive distributed with
  7182. Ghostscript do not include the gsA.BC/ prefix.  (make.doc)
  7183.  
  7184. Adds a cross-reference to make.doc to the Watcom makefiles.  (watc.mak,
  7185. watcwin.mak, wccommon.mak)
  7186.  
  7187. Procedures
  7188. ----------
  7189.  
  7190. Fixes bugs:
  7191.     - The makefile rule for gconfig.h et al had a couple of blank lines
  7192. in the middle of it.  (gs.mak)
  7193.  
  7194. Utilities
  7195. ---------
  7196.  
  7197. Fixes bugs:
  7198.     - wrfont.ps didn't add a lenIV entry to the Private dictionary if
  7199. it was needed.  (wrfont.ps)
  7200.  
  7201. Adds a packfile.ps utility that allows compressing multiple files into a
  7202. single file for environments with very little permanent storage.
  7203. (gs_pfile.ps, packfile.ps, wrfont.ps)
  7204.  
  7205. Drivers
  7206. -------
  7207.  
  7208. Fixes bugs:
  7209.     - The {tiff,fax}{g32d,g4} devices could produce incorrect output.
  7210. See under Streams below.
  7211.     - The dfax drivers referred to the obsolete structure member
  7212. EncodedEOLAlign.  (gdevdfax.c)
  7213.  
  7214. Changes the default bit order for TIFF/F output to little-endian, which is
  7215. apparently what the majority of TIFF decoders like best.  The bit order for
  7216. the fax drivers is still big-endian.  (gdevdfax.c, gdevtfax.c)
  7217.  
  7218. Platforms
  7219. ---------
  7220.  
  7221. Fixes bugs:
  7222.     - The VMS build script used -a rather than -w for creating
  7223. gconfig_.h.  (vms.mak)
  7224.     - The VMS build script didn't create gconfigv.h.  (vms.mak)
  7225.     - The VMS Fontmap had incorrect entries for the Bitstream Charter
  7226. fonts.  (fontmap.vms)
  7227.     - The VMS MODULES.LIS file assumed the JPEG library files were in
  7228. directory JPEG rather than JPEG-5.  (modules.lis)
  7229.  
  7230. Fonts
  7231. -----
  7232.  
  7233. Fixes bugs:
  7234.     - Using DISKFONTS resulted in an invalidaccess error.
  7235. (gs_fonts.ps)
  7236.  
  7237. Interpreter
  7238. -----------
  7239.  
  7240. Fixes bugs:
  7241.     - The standard transfer function considered gray values above
  7242. roughly 0.994 equivalent to white; 0.999 is a better value.  (gs_init.ps)
  7243.     - The transfer, black generation, and undercolor removal functions
  7244. gave slightly inexact results for an input value of 0.  (zcolor.c,
  7245. zcontrol.c)
  7246.     - setpagedevice gave an /undefined error if it did not recognize a
  7247. key, rather than ignoring the key.  (zdevice.c, gs_init.ps, gs_lev2.ps,
  7248. gs_setpd.ps)
  7249.  
  7250. Changes .putdeviceparams to take an additional argument, a Boolean that
  7251. says whether or not unrecognized keys should be reported as /undefined
  7252. errors.  THIS IS A NON-BACKWARD-COMPATIBLE CHANGE; however, no user-written
  7253. code should be calling .putdeviceparams.  (zdevice.c)
  7254.  
  7255. Streams
  7256. -------
  7257.  
  7258. Fixes bugs:
  7259.     - The Group 3 2-D and Group 4 fax encoders could emit incorrect
  7260. output.  (scfe.c)
  7261.     - The algorithm for constructing optimal Huffman codes could
  7262. produce invalid codes in some rare cases.  (shcgen.c)
  7263.  
  7264. Library
  7265. -------
  7266.  
  7267. Fixes bugs:
  7268.     - Rectangles closed with lineto rather than closepath weren't
  7269. recognized as rectangles.  (This only affected performance, not
  7270. functionality.)  (gxpath2.c)
  7271.     - The xfont lookup_font procedure could get called with a matrix
  7272. whose translation components had never been initialized.  (gxccman.c)
  7273.     - Some compilers don't allow \ in the formal argument list of a
  7274. preprocessor macro.  (gdevprn.h, gxdevice.h)
  7275.  
  7276. Version 3.12 (9/29/94)
  7277. ============
  7278.  
  7279. This is another bug fix release, the first Level 2 release that we believe
  7280. is reasonably reliable.
  7281.  
  7282. Documentation
  7283. -------------
  7284.  
  7285. Adds some text warning about making copies of the makefile.  (make.doc)
  7286.  
  7287. Procedures
  7288. ----------
  7289.  
  7290. Fixes bugs:
  7291.     - There were a number of unnecessary dependencies on $(MAKEFILE) in
  7292. gs.mak, left over from before the existence of gconfigv.h.  (gs.mak)
  7293.     - JPEGSRC was defined in gs.mak rather than in jpeg.mak.  (gs.mak,
  7294. jpeg.mak)
  7295.  
  7296. Changes the version numbering scheme back to A.BC, since people seem to be
  7297. adapting to the change, and this allows using the version number directly
  7298. as a MS-DOS directory name.  (gconfig.c, gdevtfax.c, gs.c, gs_init.ps)
  7299.  
  7300. Updates the JPEG library to version 5 (official release) of the IJG code.
  7301. (jpeg/*, jpeg.mak)
  7302.  
  7303. Drivers
  7304. -------
  7305.  
  7306. Fixes bugs:
  7307.     - The TIFF/F driver put out invalid PageNumber and Software
  7308. entries.  (gdevtifs.h, gdevtfax.c)
  7309.     - The TIFF/F and fax Group 3 2-D drivers used K=3 and K=5 instead
  7310. of K=2 and K=4.  (gdevtfax.c)
  7311.     - The TIFF/F and fax Group 3 2-D drivers emitted improperly aligned
  7312. output.  (See under Streams below.)
  7313.     - The MS Windows driver didn't resize the window properly in
  7314. response to changing the device parameters.  (gdevmswn.c)
  7315.  
  7316. Because of complementary bugs in various C compilers, changes all the
  7317. non-printer devices to use a different set of macros.  (gdevmem.h,
  7318. gdevpcfb.h, gdevprn.h, gdevsvga.h, gxdevice.h, gdev{3b1, bgi, herc, l256,
  7319. pe, pm, sun, vglb, wddb, wdib, wprn, x}.c, gsdevice.c, gxacpath.c,
  7320. gxclip2.c, gxcpath.c, gxpcmap.c, zupath.c)
  7321.  
  7322. Changes the X11 driver to ignore the "margins" specified by Ghostview.
  7323. This is apparently necessary for Ghostview to handle landscape display
  7324. properly.  (gdevxini.c)
  7325.  
  7326. Adds a WindowID parameter to the X11 device, to allow setting the window
  7327. for the output.  (gdevx.h, gdevx.c, gdevxini.c)
  7328.  
  7329. Platforms
  7330. ---------
  7331.  
  7332. Fixes bugs:
  7333.     - The definition of BEGINFILES in os2.mak occurred too late in the
  7334. file to have the desired effect.  (os2.mak)
  7335.  
  7336. Interpreter
  7337. -----------
  7338.  
  7339. Fixes bugs:
  7340.     - Updating the list of allocated file objects at a restore didn't
  7341. clear the prev pointer of the new head, which could cause the garbage
  7342. collector to encounter an invalid pointer.  (Bug introduced by .forgetsave
  7343. in 3.0.3.)  (zfile.c)
  7344.  
  7345. Streams
  7346. -------
  7347.  
  7348. Fixes bugs:
  7349.     - The CCITTFaxEncode filter with K > 0 and EncodedByteAlign = true
  7350. incorrectly aligned the 1-D/2-D bit as the last bit of a byte, rather than
  7351. the first bit.  (scfx.h, scfe.c)
  7352.     - eexec could loop indefinitely under certain conditions.
  7353. (seexec.c)
  7354.     - eexec's algorithm for recognizing text vs. binary encoding didn't
  7355. work properly in some cases that don't conform to the Adobe Type 1 Font
  7356. Format documentation.  (seexec.c)
  7357.     - Closing a stream didn't clear out the strm and state pointers,
  7358. which could cause invalid accesses by the garbage collector.  (stream.c)
  7359.  
  7360. Library
  7361. -------
  7362.  
  7363. Fixes bugs:
  7364.     - fill_loop could loop indefinitely under certain conditions.
  7365. (Introduced by a bug fix in 3.1.)  (gxfill.c)
  7366.     - fill/eofill sometimes failed to paint parts of a region.
  7367. (Introduced by a bug fix in 3.1.1.)  (gxfill.c)
  7368.     - Non-convex clipping paths sometimes omitted thin horizontal
  7369. slivers of the region.  (Probably introduced by the "thin graphics" fix in
  7370. 3.1.)  (gxacpath.c)
  7371.  
  7372. Version 3.1.1 (9/25/94)
  7373. =============
  7374.  
  7375. This is primarily a bug fix release.  It was originally intended for some
  7376. commercial licensees, but beta testers found too many problems with it.
  7377.  
  7378. Documentation
  7379. -------------
  7380.  
  7381. Fixes bugs:
  7382.     - NEWS didn't indicate that there was a non-backward-compatible
  7383. change in the gx_device structure -- specifically, that l_margin,
  7384. b_margin, r_margin, and t_margin were replaced by macros named
  7385. dev_l_margin(dev), etc.  (news)
  7386.  
  7387. Describes the two-phase commit requirement for device put_params
  7388. procedures.  (drivers.doc, gsparam.h)
  7389.  
  7390. Procedures
  7391. ----------
  7392.  
  7393. Fixes bugs:
  7394.     - The new S macro in genarch.c didn't work on compilers that do
  7395. macro substitution within string constants (which is forbidden by the ANSI
  7396. standard).  (genarch.c)
  7397.  
  7398. Drivers
  7399. -------
  7400.  
  7401. Fixes bugs:
  7402.     - Driver put_params implementations didn't observe a "two-phase
  7403. commit" discipline; this could lead to the current device in the graphics
  7404. state being closed, and other inconsistencies.  (gsparam.h, gxdevice.h,
  7405. iparam.h, gdevbit.c, gdevcdj.c, gdevmswn.c, gdevpcfb.c, gdevpm.c,
  7406. gdevprn.c, gdevx.c, gsdevice.c, gsdparam.c, zdevice.c, ziodev2.c, zmisc2.c)
  7407. THIS IS A NON-BACKWARD-COMPATIBLE CHANGE; however, it only affects
  7408. put_params implementations, of which there are few.
  7409.  
  7410. NOTE THE NON-BACKWARD-COMPATIBLE CHANGE IN THE gx_device STRUCTURE UNDER
  7411. 'Documentation' ABOVE.  (gdevescp.c, gdevsj48.c, gdevsppr.c, gdevxini.c)
  7412.  
  7413. Platforms
  7414. ---------
  7415.  
  7416. Ensures that the Unix makefiles all include all the variants of TIFF/F and
  7417. fax drivers.  (ansihead.mak, cc-head.mak, gcc-head.mak)
  7418.  
  7419. Interpreter
  7420. -----------
  7421.  
  7422. Fixes bugs:
  7423.     - Most of the contents of statusdict were missing when
  7424. running a Level 2 system in Level 1 mode.  (zmisc2.c)
  7425.  
  7426. Version 3.1 (9/20/94)
  7427. ===========
  7428.  
  7429. This release finally includes a usable subset implementation of
  7430. setpagedevice, including all the machinery needed to address the
  7431. long-standing "margins" problems.
  7432.  
  7433. Documentation
  7434. -------------
  7435.  
  7436. Fixes bugs:
  7437.     - t_oparray objects weren't identified as behaving differently
  7438. depending on whether they were marked executable.  (iref.h)
  7439.     - drivers.doc had gx_color_value instead of gx_color_index in
  7440. the description of color mapping.  (drivers.doc)
  7441.  
  7442. Updates drivers.doc to reflect the change from static_procs to
  7443. std_procs in the gx_device structure.  (drivers.doc)
  7444.  
  7445. Procedures
  7446. ----------
  7447.  
  7448. Fixes bugs:
  7449.     - The commands for building the JPEG library used rm instead
  7450. of rm -f.  (jpeg.mak)
  7451.  
  7452. Drivers
  7453. -------
  7454.  
  7455. Fixes bugs:
  7456.     - The X Windows driver hadn't been updated to reflect some
  7457. name changes in members of the gx_color_info structure.  (gdevx.h,
  7458. gdevx.c, gdevxini.c)
  7459.  
  7460. Changes all non-printer drivers so that they use the new std_device_body
  7461. macros.  (gdev*.c)
  7462.  
  7463. Adds a print_page_copies procedure for printer drivers, allowing the
  7464. driver to receive num_copies.  (gdevprn.h, gdevprn.c)
  7465.  
  7466. Interpreter
  7467. -----------
  7468.  
  7469. Fixes bugs:
  7470.     - ref_memory_enum/reloc_ptrs were declared inconsistently.
  7471. (ialloc.c)
  7472.     - If the operand of restore was invalid, the restore did
  7473. nothing, instead of giving a typecheck.  (zvmem.c)
  7474.     - In Level 2, the margins and setmargins compatibility
  7475. operators were defined incorrectly in terms of current/setpagedevice.
  7476. (gs_lev2.ps)
  7477.  
  7478. Enables .makeoperator to make local operators as well as global ones.
  7479. (opdef.h, iinit.c, zmisc.c, zpacked.c)
  7480.  
  7481. Finishes implementing the TransferFunction entry in halftone
  7482. dictionaries.  (zht1.c, zht2.c)
  7483.  
  7484. Adds .set/currentfilladjust operators for access to the fill
  7485. adjustment parameter in the graphics state.  (zgstate.h)
  7486.  
  7487. Removes the deviceinitialmatrix operator.  (zdevice.c)
  7488.  
  7489. Changes defaultmatrix from a procedure to an operator.  (zmatrix.c)
  7490.  
  7491. Sets the fill adjustment to 0.5 for high-resolution devices, effectively
  7492. implementing Adobe's any-part-of-pixel filling rule.  (gs_init.ps)
  7493.  
  7494. Implements a small but useful subset of setpagedevice.  (gs_lev2.ps)
  7495.  
  7496. Streams
  7497. -------
  7498.  
  7499. Fixes bugs:
  7500.     - The eexec decoder incorrectly concluded that its data was
  7501. in hex form if the first data character was whitespace.  (seexec.c)
  7502.  
  7503. Library
  7504. -------
  7505.  
  7506. Fixes bugs:
  7507.     - Thin graphics (e.g., lines or rectangles) with small angles
  7508. relative to the X axis rendered with many points missing.  (gxdraw.c,
  7509. gxfill.c)
  7510.     - The character cache rejected oversampled characters if the
  7511. scaled-up size was too large, even if the scaled-down size wasn't.
  7512. (gxchar.h, gschar.c, gxccache.c, gxccman.c)
  7513.     - A call on sqrt with an integer argument didn't promote it
  7514. explicitly to double, which is required for non-ANSI compilers.
  7515. (gshtscr.c)
  7516.  
  7517. Finishes implementing the TransferFunction entry in halftone
  7518. dictionaries.  (gsht1.c)
  7519.  
  7520. Modifies the character oversampler so it can produce gray scale
  7521. output instead of a 1-bit mask.  We don't actually make use of this
  7522. ability yet.  (gxccman.c)
  7523.  
  7524. Adds gs_set/currentfilladjust for access to the fill adjustment
  7525. parameter in the graphics state.  (gsstate.h, gsstate.c)
  7526.  
  7527. Changes the names of the last few routines beginning with gz_ to
  7528. begin with gx_ instead.  (gzdraw.h => gxdraw.h, gsimage*.c, gxdraw.c,
  7529. gxfill.c, gxstroke.c)
  7530.  
  7531. Properly implements the PageSize, Margins, .HWMargins, and ImagingBBox
  7532. device parameters for all devices.  (gscoord.c, gsdparam.c, gspath2.c)
  7533. Implements the NumCopies device parameter for printer devices.
  7534. (gdevprn.c)
  7535.  
  7536. Implements std_device_body macros to help insulate statically initialized
  7537. non-printer devices from future changes in the gx_device structure.
  7538. (gxdevice.h, ... many .c files ...)
  7539.  
  7540. Version 3.0.3 (9/16/94)
  7541. =============
  7542.  
  7543. This is primarily a bug fix release; it also implements most of the
  7544. remaining Level 2 loose ends (except for setpagedevice).
  7545.  
  7546. Documentation
  7547. -------------
  7548.  
  7549. Changes code that refers to "Ghostscript" to use the correct product
  7550. name from gs_product.  (gs.mak, gdevpbm.c, gdevsun.c, gswppm.c)
  7551.  
  7552. Documents the new .forgetsave operator.  (language.doc)
  7553.  
  7554. Clarifies the distinction between commercial licensing and single-copy
  7555. end-user sales.  (readme)
  7556.  
  7557. Procedures
  7558. ----------
  7559.  
  7560. Fixes bugs:
  7561.     - The compilation rule for gdevadmp.c was missing from the
  7562. makefile.  (devs.mak)
  7563.  
  7564. Changes the version numbering scheme back to A.B.C, since too many
  7565. people got confused by the change to A.BC.  (gconfig.c, gs.c,
  7566. gs_init.ps)
  7567.  
  7568. Adds a -dNOGC switch to prevent the garbage collector from being
  7569. enabled.  (gs_init.ps)
  7570.  
  7571. Utilities
  7572. ---------
  7573.  
  7574. Removes the ps2image utility, since the new psmono driver replaces it.
  7575.  
  7576. Drivers
  7577. -------
  7578.  
  7579. Fixes bugs:
  7580.     - The TIFF drivers incorrectly assumed that short and ulong
  7581. were the same size as TIFF_short and TIFF_ulong, causing problems on
  7582. 64-bit systems.  (gdevtfax.c)
  7583.     - The EGA/VGA driver didn't do gray halftones properly if it
  7584. was configured as a monochrome or 8-color device.  (gdevpcfb.h)
  7585.     - The comment in gdevevga.c incorrectly identified the file
  7586. as gdevpcfb.c.  (gdevevga.c)
  7587.  
  7588. Changes the PC display drivers to save and restore more of the BIOS
  7589. state.  (gdevpcfb.h, gdevevga.c, gdevpcfb.c, gdevsco.c)
  7590.  
  7591. Adds a new psmono driver that does the same thing as ps2image, faster
  7592. and more conveniently.  (gdevpsim.c)
  7593.  
  7594. Replaces the X11 driver with the one from 3.01, since the color
  7595. handling rewrite in 3.02 introduced serious bugs.  (gdevx.h, gdevx.c,
  7596. gdevxini.c)
  7597.  
  7598. Platforms
  7599. ---------
  7600.  
  7601. Changes the definition of gx_no_color_index to work around one of the
  7602. bugs in the SGI Irix compiler.  (gxdcolor.h)
  7603.  
  7604. Rewrites the installation commands in unix-end.mak so they don't have
  7605. very long lines.  (unix-end.mak)
  7606.  
  7607. Fonts
  7608. -----
  7609.  
  7610. Fixes bugs:
  7611.     - Fonts that used 2- or 4-element arrays in the Metrics dictionary
  7612. interpreted the width and side bearing interchanged with each other.
  7613. (gs_type1.ps)
  7614.     - Setting FONTPATH on the command line didn't work.  (gs_fonts.ps)
  7615.  
  7616. Streams
  7617. -------
  7618.  
  7619. Fixes bugs:
  7620.     - The stream position wasn't updated properly if sgets
  7621. crossed a buffer boundary.  (stream.c)
  7622.  
  7623. Extends the BoundedHuffman filters so they can encode and decode runs of
  7624. zeros specially, and so they mark and detect EOD.  (sbhc.h, shc.h, sbhc.c,
  7625. zfilter2.c)
  7626.  
  7627. Provides an alternate implementation of file streams which doesn't use
  7628. stdio buffering and which works around the System V "interrupted system
  7629. call" problem.  (stream.c, sfile.c, sfileno.c)
  7630.  
  7631. Increases the maximum LZW output code from 3000 to 4095.  (slzwe.c)
  7632.  
  7633. Interpreter
  7634. -----------
  7635.  
  7636. Fixes bugs:
  7637.     - Opening a filter on a file of the wrong access type (read
  7638. vs. write) didn't cause an error.  (stream.h, sbasic.c, zfile.c, zfileio.c)
  7639.     - save performed an extra, unnecessary gsave.  (zvmem.c)
  7640.     - sethalftone always gave a /undefined error.  (zht2.c)
  7641.     - eexec decryption read too much data from the input -- in
  7642. Level 2, it isn't allowed to read 512 characters ahead.  (sfilter.h,
  7643. strimpl.h, seexec.c, sstring.c, zfileio.c, zmisc1.c)
  7644.     - The scanner was too aggressive about allocating additional
  7645. space for strings on small machines.  (iscan.c)
  7646.     - The AccurateScreens flag in Type 1 and Type 2 halftone
  7647. dictionaries was being ignored.  (zht2.c)
  7648.     - The Level 2 definition of margins in statusdict didn't
  7649. allow for Margins being undefined in the current page device.
  7650. (gs_lev2.ps)
  7651.     - The Interpolate flag was being ignored in image
  7652. dictionaries.  [implemented in library]
  7653.     - The TransferFunction option was being ignored in halftone
  7654. dictionaries.  (zht2.c)
  7655.     - Type 5 halftones usually didn't work, because they called
  7656. the wrong (or an invalid) spot function.  (zht2.c)
  7657.  
  7658. Implements a .forgetsave operator that effectively causes a given save (and
  7659. all more recent saves) to disappear.  (isave.h, stream.h, isave.c, zfile.c,
  7660. zvmem.c)
  7661.  
  7662. Library
  7663. -------
  7664.  
  7665. Fixes bugs:
  7666.     - In the 1-operand form of the image operator, a Decode value of [1
  7667. 0] with 8-bit sample values and a single data source was treated the same
  7668. as [0 1].  (gsimage1.c)
  7669.     - Some Monotype fonts put a callsubr between an OtherSubr call and
  7670. the following 'pop' opcodes (which the Adobe documentation forbids); The
  7671. Type 1 font interpreter gave an invalidfont error rather than allowing
  7672. this.  (gxtype1.h, gstype1.c)
  7673.     - Patterns didn't implement XStep and YStep properly.
  7674. (gxpcolor.h, gspcolor.c, gxclip2.c)
  7675.     - Clipping regions were sometimes 1 pixel too small at the edges;
  7676. this could cause vertical and horizontal lines produced by certain Windows
  7677. drivers to disappear.  (gzpath.h, gxacpath.c, gxcpath.c, gxfill.c)
  7678.     - Oversampling cached rotated characters produced very bad
  7679. results (many dropouts).  (gschar.c)
  7680.     - Rendering a DeviceGray color on a DeviceCMYK device applied
  7681. the transfer function to all 4 components, not just to the K
  7682. component.  (gxcmap.c)
  7683.     - A screen specified with setcolorscreen didn't take effect
  7684. properly on CMYK devices.  (gsht.c)
  7685.  
  7686. Implements the Interpolate option for images.  Currently this is only
  7687. implemented for portrait-orientation images (no rotation, skewing, or
  7688. X-reflection).  (gscspace.h, gximage.h, gscie.c, gscolor.c, gscolor1.c,
  7689. gscolor2.c, gspcolor.c, gxcmap.c, gsimage.c, gsimage2.c, gsimage3.c)
  7690.  
  7691. Implements AccurateScreens, but only in the form of a larger limit on
  7692. the size of a halftone super-cell.  (gxht.h, gsht.c, gsht1.c)
  7693.  
  7694. Starts to implement the TransferFunction option for halftones.
  7695. (gzht.h, gzstate.h, gsht.c, ...too many others to list...)
  7696.  
  7697. Version 3.02 (8/30/94)
  7698. ============
  7699.  
  7700. This is another bug fix release.  It was distributed only to a few people,
  7701. since the new X Windows color mapping code is not reliable yet.
  7702.  
  7703. Documentation
  7704. -------------
  7705.  
  7706. Fixes bugs:
  7707.     - make.doc, but not unixtail.mak, called for setting PLATFORM=unix_
  7708. on SVR4 platforms.  (unixtail.mak)
  7709.     - drivers.doc contained some wording that suggested that
  7710. Ghostscript always used RGB colors internally.  (drivers.doc)
  7711.     - The definition of gx_device in drivers.doc had gotten out of sync
  7712. with gxdevice.h.  (drivers.doc)
  7713.     - README claimed that Ghostscript is not compatible with the
  7714. VAX/VMS DEC C compiler, which is no longer true.  (readme)
  7715.  
  7716. Adds a new section on printer drivers to drivers.doc.  (drivers.doc)
  7717.  
  7718. Adds a large number of new display boards to the 800x600 SVGA section of
  7719. use.doc.  (use.doc)
  7720.  
  7721. Adds a bug report form to the README file.  (readme)
  7722.  
  7723. Notes that OSF/1 AXP systems require changing the definition of INSTALL
  7724. from install to installbsd.  (make.doc)
  7725.  
  7726. Procedures
  7727. ----------
  7728.  
  7729. Removes -Wno-uninitialized from the gcc flags, and fixes all the places (in
  7730. Aladdin's code only) that need to be fixed to pacify gcc after doing this.
  7731. (gcc-head.mak, gdevgif.c, gdevmem2.c, gdevpcl.c, gs.c, gsht1.c, gsimpath.c,
  7732. gsutil.c, gxclread.c, gxpcopy.c, gxstroke.c, idict.c, iscannum.c, stream.c,
  7733. zdevice2.c) (NOT FINISHED YET)
  7734.  
  7735. Adds a FAKEFONTS switch that makes fake entries in FontDirectory for
  7736. unloaded fonts, for the benefit of programs that think they can find all
  7737. the available fonts by scanning FontDirectory.  (gs_fonts.ps, gs_init.ps)
  7738.  
  7739. Utilities
  7740. ---------
  7741.  
  7742. Fixes bugs:
  7743.     - ps2epsi didn't work, because setdevice now erases the page.
  7744. (ps2epsi.ps)
  7745.     - ps2epsi didn't work, because -dNODISPLAY installs a null device
  7746. with 0 width and height.  The fix -- to remove the -dNODISPLAY -- is not
  7747. satisfactory, because it opens an unnecessary window.  (ps2epsi)
  7748.  
  7749. Drivers
  7750. -------
  7751.  
  7752. Fixes bugs:
  7753.     - gdev_fax_open was incorrectly declared static in gdevtfax.c,
  7754. causing the extern reference in the dfax drivers not to be resolved.
  7755. (gdevtfax.c)
  7756.     - devs.mak included a duplicate definition of gdevmswn_h.
  7757. (devs.mak)
  7758.     - The fax drivers didn't link properly in Level 1 systems, because
  7759. shc.c was omitted from their dependency list.  (gs.mak, devs.mak)
  7760.     - The TIFF/F drivers didn't set RowsPerStrip properly.
  7761. (gdevtfax.c)
  7762.     - The TIFF/F drivers didn't byte-align the EOL properly.  (scfx.h,
  7763. gdevdfax.c, gdevtfax.c, scfe.c, zfilter2.c)
  7764.     - The rule for compiling gdevpccm.c incorrectly specified
  7765. dependency on gs.h rather than gx.h.  (devs.mak)
  7766.     - The rule for compiling gdevtfax.c didn't include time_.h as a
  7767. dependency.  (devs.mak)
  7768.     - The mode 2 compression routine for the DeskJet/LaserJet printers
  7769. was broken.  (gdevpcl.c)
  7770.  
  7771. Removes the -O0 from the compilation rule for gdevsco.c, since it was
  7772. misplaced to begin with.  (devs.mak)
  7773.  
  7774. Adds a maxDynamicColors X resource to control dynamic allocation in the
  7775. color map.  Replaces the X color lookup algorithms with completely new
  7776. ones, for a substantial performance gain.  (gdevx.h, gdevx.c, gdevxini.c)
  7777.  
  7778. Adds PageNumber, Software, and DateTime entries to the TIFF/F drivers.
  7779. (gdevtifs.h, gdevtfax.c)
  7780.  
  7781. Changes the margins for the LaserJet 4 to 0.  (gdevdjet.c)
  7782.  
  7783. Adds a user-contributed LaserJet 4 driver that does Floyd-Steinberg
  7784. dithering.  (gdevcdj.c)
  7785.  
  7786. Platforms
  7787. ---------
  7788.  
  7789. Fixes bugs:
  7790.     - The exit codes for Ghostscript should be different on VMS.
  7791. (iastate.h, gs.c, gsmain.c, igc.c, igcref.c)
  7792.     - The VMS DEC C compiler declares malloc and free in stdlib.h, and
  7793. delete and unlink in stdlib.h.  (malloc_.h, stdio_.h)
  7794.     - st_prn_device wasn't defined, which upset the VMS linker even
  7795. though there were no references.  (gdevprn.h)
  7796.     - stdpre.h didn't bring in the right headers when running gcc on
  7797. SCO Unix, causing compilation warnings/errors.  (stdpre.h)
  7798.     - The definition of rename in gp_sysv didn't include const for the
  7799. arguments.  (gp_sysv.c)
  7800.     - The definition of gettimeofday in gp_sysv didn't return any
  7801. value.  (gp_sysv.c)
  7802.     - time_.h didn't work on MS-DOS systems.  (time_.h)
  7803.     - math_.h didn't include <math.h> when compiling with gcc on VMS
  7804. systems.  (math_.h)
  7805.     - DesqView/X doesn't have a 'cat' command, which caused problems in
  7806. the linking step.  (dvx-tail.mak)
  7807.  
  7808. Changes the definitions of popen in gdevpipe.c and gp_unix.c so they don't
  7809. specify the argument list.  This is an attempt to get around the fact that
  7810. there is no easy way to detect whether the available header files declare
  7811. popen correctly (with const arguments), incorrectly (with non-const
  7812. arguments), or not at all.  (gdevpipe.c, gp_unix.c)
  7813.  
  7814. Replaces VMS.MAK, VMS-CC.MAK, and VMS-AXP.MAK with new versions provided by
  7815. a user.  (vms.mak, vms-cc.mak, vms-axp.mak)
  7816.  
  7817. Changes the 16-bit Borland makefiles so their standard configuration is
  7818. Level 1 plus color.dev (CMYK color and colorimage).  (bc.mak, bcwin.mak)
  7819.  
  7820. Fonts
  7821. -----
  7822.  
  7823. Fixes bugs:
  7824.     - cfonts.mak still referred to some .gsf files that have been
  7825. replaced by .pfa files.  (cfonts.mak)
  7826.     - Compiled fonts got entered into FontDirectory, but didn't get
  7827. registered as resources.  (gs_ccfnt.ps)
  7828.     - The Cyrillic, Kana, Hershey .gsf, and URW fonts didn't include a
  7829. necessary systemdict begin/end, which caused them to fail in badly designed
  7830. environments.  (fonts/f*.gsf, fonts/h*.gsf, fonts/?0*.gsf)
  7831.  
  7832. Changes the default target directory in cfonts.mak from fonts/c to .;
  7833. changes the names of the Zapf Chancery compiled font procedures from c* to
  7834. zc*.  (cfonts.mak)
  7835.  
  7836. Adds more fonts from the Adobe Type Manager package for MS Windows to
  7837. Fontmap.ATM.  (fontmap.atm)
  7838.  
  7839. Adds the entire set of 35 standard fonts to the ccfonts feature in gs.mak;
  7840. removes all the compilation rules for compiled fonts, since these rules are
  7841. in cfonts.mak already.  (gs.mak)
  7842.  
  7843. Interpreter
  7844. -----------
  7845.  
  7846. Fixes bugs:
  7847.     - kshow executed a null, rather than the correct procedure, between
  7848. the characters of the string, and got a typecheck error at the end.
  7849. (zchar.c)
  7850.     - MultiMaster fonts computed their side bearing and width
  7851. incorrectly, producing incorrect output.  (zchar1.c)
  7852.     - There was no structure definition for gs_type1_state, so a GC
  7853. during the execution of an OtherSubrs procedure could scramble pointers in
  7854. the saved state.  (zchar1.c, zfont1.c; also affects library, see below)
  7855.     - kshow didn't work properly if the kerning procedure changed the
  7856. depth of the operand or dictionary stack.  (zchar.c)
  7857.     - If the element count for roll was too large by only 1 or 2, the
  7858. result was a crash rather than a rangecheck.  (zstack.c)
  7859.     - restore didn't undo currentgstate.  (igstate.h, store.h,
  7860. gsstate.c, zdevice2.c, zdps1.c, ztype.c)
  7861.     - The scanner didn't set the local bit properly in a suspended
  7862. state.  (iscan.c)
  7863.     - copypage disregarded #copies.  (gs_init.ps)
  7864.     - An incorrectly declared pointer led to addressing faults on
  7865. 16-bit systems.  (zchar1.c)
  7866.     - The cache for Separation colors was allocated with one element
  7867. too few.  (zcsindex.c)
  7868.  
  7869. Changes `executive' so that if an error other than EOF occurs in the
  7870. reading of the statement, the interpreter prints the error message, but
  7871. control remains in the executive loop.  (This isn't a very good fix; a
  7872. better one will require refactoring executive / execute / run.)
  7873. (gs_init.ps)
  7874.  
  7875. Changes dictionary undo saving to use the new ref_must_save macro [internal
  7876. change only].  (idict.c)
  7877.  
  7878. Moves configuration definitions from iinit.c to gconfig.c.  (gcdefs.h,
  7879. interp.h, gconfig.c, gs.c, iinit.c, zmisc2.c, gs.mak)
  7880.  
  7881. Moves =string from systemdict to userdict for Adobe compatibility.
  7882. (gs_init.ps)
  7883.  
  7884. Starts to implement the Interpolate flag in image dictionaries.  See under
  7885. Library below for restrictions.  (zpaint.c, zimage2.c)
  7886.  
  7887. Streams
  7888. -------
  7889.  
  7890. Fixes bugs:
  7891.     - stream_compact attempted to compact a read-only string being used
  7892. as the data source of a filter.  (sbasic.c, stream.c)
  7893.  
  7894. Adds an EncodedEOLAlign flag to the CCITTFaxEncode stream, to allow direct
  7895. generation of TIFF/F output.  (scfx.h, scfe.c, zfilter2.c)
  7896.  
  7897. Library
  7898. -------
  7899.  
  7900. Fixes bugs:
  7901.     - There was no structure definition for gs_type1_state, so a GC
  7902. during the execution of an OtherSubrs procedure could scramble pointers in
  7903. the saved state.  (gxfont1.h, gxtype1.h, gstype1.c, gxhint2.c)
  7904.     - A couple of calls had to discard const, but didn't include the
  7905. necessary cast.  (gxpcmap.c)
  7906.     - makeimagedevice refused to accept an empty image.  (gsdevice.c)
  7907.     - The extra parentheses around arguments in memory_.h caused some
  7908. compilers to fail.  (memory_.h)
  7909.     - Floating point overflows during coordinate conversion terminated
  7910. Ghostscript.  (gxfarith.h, gxfixed.h, gsmatrix.c, gsmisc.c)
  7911.     - Accents still weren't getting placed properly on characters
  7912. created with seac.  (gstype1.c, gxhint2.c)
  7913.     - The SGI C compiler couldn't handle the (perfectly legal)
  7914. definitions of dev_init_[open_]misc.  (gxdevice.h)
  7915.     - string_.h caused some problems with gcc on some versions of
  7916. Solaris.  (string_.h)
  7917.     - The halftone levels for color screens were computed incorrectly.
  7918. (gzht.h, gxdither.c)
  7919.     - Color screens sometimes had vertical stripes of solid color
  7920. interspersed.  (gxcht.c)
  7921.     - Colors could get mapped incorrectly if a compiler aggressively
  7922. (and incorrectly) reordered the computation of procedure arguments
  7923. involving the unit_frac macro.  (gxcmap.c)
  7924.     - setcachedevice[2] insisted that the corners of the bounding box
  7925. be given in the correct order, i.e., llx < urx and lly < ury.  (gschar.c)
  7926.     - The image operator gave a limitcheck on unrotated 1-bit-per-pixel
  7927. images whose width in device coordinates exceeded 65529.  (gsimage.c)
  7928.     - The garbage collector didn't trace the input data of an
  7929. in-progress image operator correctly.  (gsimage.c)
  7930.  
  7931. Changes the max_rgb and dither_rgb members of gx_device_color_info to
  7932. max_color and dither_colors, since Ghostscript now uses these for CMYK
  7933. devices as well.  Also changes dither_gray to dither_grays.  (gdevmem.h,
  7934. gdevprn.h, gxdevice.h, gdevbit.c, gdevcdj.c, gdevprn.c, gdevxini.c,
  7935. gsdparam.c, gxcht.c, gxcmap.c)
  7936.  
  7937. Starts to implement the Interpolate option for images.  Currently this is
  7938. only implemented for image, not imagemask, and only for rotations that are
  7939. multiples of 90 degrees (possibly with reflection).  (gsimage.h,
  7940. gsiscale.h, gximage.h, gsimage.c, gsimage1.c, gsiscale.c)
  7941.  
  7942. Starts to implement XStep and YStep in pattern dictionaries.  (gxdcolor.h,
  7943. gxpcolor.h, gspcolor.c, gxpcmap.c)
  7944.  
  7945. Version 3.01 (8/14/94)
  7946. ============
  7947.  
  7948. This is a patch release to fix early problems in release 3.0, and to clean
  7949. up a few known loose ends.
  7950.  
  7951. Documentation
  7952. -------------
  7953.  
  7954. Fixes bugs:
  7955.     - language.doc still documented the devicename procedure, which has
  7956. been withdrawn.  (language.doc)
  7957.     - drivers.doc didn't specify under what circumstances each
  7958. procedure could be called.  (drivers.doc)
  7959.     - current.doc said that setcachedevice and makeimagedevice wouldn't
  7960. accept packed arrays, but neither of these operators takes any array
  7961. arguments.  (current.doc)
  7962.     - current.doc said that definefont didn't interact properly with
  7963. the resource machinery, which apparently is no longer true.  (current.doc)
  7964.     - make.doc incorrectly gave the name of the DVX makefile as
  7965. dvx-djg.mak rather than dvx-gcc.mak.  (make.doc)
  7966.     - In one place, devices.doc incorrectly used -sBitsPerPixel= rather
  7967. than -dBitsPerPixel=.  (devices.doc)
  7968.  
  7969. Notes that a kernel bug in SCO Unix makes Ghostscript not work correctly in
  7970. some circumstances.  (use.doc)
  7971.  
  7972. Procedures
  7973. ----------
  7974.  
  7975. Fixes bugs:
  7976.     - devs.mak incorrectly referred to gdevjetp.c instead of
  7977. gdev3852.c.  (devs.mak)
  7978.     - The obsolete file gsprops.c was accidentally included in the
  7979. fileset.
  7980.  
  7981. Changes the version numbering scheme from A.BCC to A.B[C].  E.g., this
  7982. release will be 3.01, not 3.001.  (gs_init.ps, gs.c, iinit.c)
  7983.  
  7984. Adds the LaserJet 4 driver to all makefiles that already include the
  7985. LaserJet 3 driver.  (*.mak)
  7986.  
  7987. Adds the BJ-200 driver to all makefiles that already included the BJ-10e
  7988. driver.  (*.mak)
  7989.  
  7990. Splits the Unix 'install' target into install-exec and install-data.  Moves
  7991. the executable scripts from gsdatadir to a new directory scriptdir, which
  7992. defaults to bindir.  (ansihead.mak, cc-head.mak, gcc-head.mak,
  7993. unix-end.mak)
  7994.  
  7995. Utilities
  7996. ---------
  7997.  
  7998. Fixes bugs:
  7999.     - genconf had fixed buffer sizes built into it, which it could
  8000. overrun its working storage without checking.  (genconf.c)
  8001.  
  8002. Removes RCS or SCCS headers from two utility files.  (pj-gs.sh,
  8003. printafm.ps)
  8004.  
  8005. Drivers
  8006. -------
  8007.  
  8008. Fixes bugs:
  8009.     - The new dfaxhigh and dfaxlow drivers didn't set
  8010. state.EncodedByteAlign to false.  (gdevdfax.c)
  8011.     - The sunview driver assumed that the device would be open before
  8012. map_rgb_color was called.  (gdevsun.c)
  8013.     - The CP50 driver incremented page_count itself, rather than
  8014. letting the core library do it.  (gdevcp50.c)
  8015.     - The GIF driver(s) could loop indefinitely under certain
  8016. circumstances.  (gdevgif.c)
  8017.     - The Group 4 fax drivers incorrectly included end-of-line codes in
  8018. the output.  (gdevtfax.c, gdevdfax.c)
  8019.     - The Group 4 fax drivers could put out an EOB in the middle of the
  8020. data.  (scfe.c)
  8021.     - The DesignJet 650C driver didn't use the correct compression
  8022. mode.  (gdevcdj.c)
  8023.     - The Hercules and EGA/VGA/SVGA drivers computed the page height
  8024. incorrectly according to the A4 switch.  (gdevherc.c, gdevpcfb.h)
  8025.  
  8026. Changes the page_count and showpage_count members of the device structure
  8027. from int to long.  (gxdevice.h, gdevprn.c, gsdparam.c)
  8028.  
  8029. Changes the faxg3, faxg32d, and faxg4 drivers so that, like the TIFF and
  8030. dfax drivers, they adjust the page size to one of the three CCITT standard
  8031. sizes if this is reasonable.  (gdevtfax.c)
  8032.  
  8033. Splits the bit driver into bit, bitrgb, and bitcmyk.  Adds bitrgb and
  8034. bitcmyk to all makefiles that included bit.  (*.mak, devs.mak, gdevbit.c)
  8035.  
  8036. Replaces the atiw16, tseng16, and tvga16 SuperVGA drivers with a single
  8037. svga16 driver that allows specifying the display mode number.  (devs.mak,
  8038. gdevpcfb.c)
  8039.  
  8040. Platforms
  8041. ---------
  8042.  
  8043. Fixes bugs:
  8044.     - The MS Windows and OS/2 drivers allocated their terminal input
  8045. buffers in a way that could cause the GC to crash.  (gp_mswin.c, gp_os2.c)
  8046.     - The handling of gettimeofday on SVR4 platforms was incorrect.
  8047. (time_.h, gp_sysv.c, gp_unix.c)
  8048.     - On some platforms, function prototypes were not enabled even if
  8049. __STDC__ was defined.  (stdpre.h)
  8050.     - The VMS build script referred to an obsolete feature lev2only.
  8051. (vms.mak)
  8052.  
  8053. Changes the DVX platform so that stdprn is buffered.  This should improve
  8054. printing performance dramatically.  (gp_dvx.c)
  8055.  
  8056. Fonts
  8057. -----
  8058.  
  8059. Fixes bugs:
  8060.     - Setting DISKFONTS resulted in a reference to FontFileDirectory
  8061. before it was defined.  (gs_type1.ps, gs_fonts.ps)
  8062.     - /Font findresource gave an error rather than doing font
  8063. substitution.  (gs_res.ps)
  8064.     - FontDirectory wasn't rebound to GlobalFontDirectory when global
  8065. VM was current.  (gs_res.ps, zdict.c)
  8066.     - Type 1 fonts weren't loaded into global VM.  (gs_fonts.ps)
  8067.     - In the standard Fontmap, the Utopia fonts had extension .gsf
  8068. rather than .pfa.  (fontmap.gs)
  8069.     - Fonts whose FontBBox was [0 0 0 0] were not displayed, or were
  8070. displayed as tiny dots.  (gs_type1.ps)
  8071.  
  8072. Interpreter
  8073. -----------
  8074.  
  8075. Fixes bugs:
  8076.     - dict_put could read from the variable pvslot before it was used.
  8077. (This was harmless, since the value was never actually used; it just upset
  8078. Purify.)  (idict.c)
  8079.     - Binary object sequences could cause addressing faults.
  8080. (iscanbin.c)
  8081.     - The attributes on names were set incorrectly in binary object
  8082. sequences.  (iscanbin.c)
  8083.     - gs.c duplicated (in some cases incorrectly) some definitions in
  8084. interp.h.  (gs.c)
  8085.     - gs_lib_paths was declared const in one place and non-const in
  8086. another.  (zfile.c)
  8087.     - file_restore and font_restore had inconsistent const declarations
  8088. for their argument.  (isave.c)
  8089.     - iodev_os_open_file was missing its last formal parameter.
  8090. (ziodev.c)
  8091.     - gs.c declared gs_devicename with an incorrect extern.  (gs.c)
  8092.     - undefinefont didn't interact properly with the resource
  8093. machinery.  (gs_lev2.ps)
  8094.     - The declaration for swap_entry used a typedef name as a formal
  8095. parameter, which upset some compilers.  (zmisc2.c)
  8096.     - Including the ccinit feature could cause the garbage collector to
  8097. make an invalid access.  (stream.c)
  8098.     - The check for t_[a]struct types in ztype.c was incorrect.
  8099. (ztype.c)
  8100.     - After the collection of halftone samples, temporary data
  8101. structures were freed incorrectly.  (gzht.h, gsht1.c, zht.c)
  8102.     - Images with source width between 489 and 492 crashed the
  8103. memory manager.  (iastate.h)
  8104.  
  8105. Makes it possible to define SEARCH_HERE_FIRST (gsmain.c) in the makefile.
  8106. (gsmain.c)
  8107.  
  8108. Splits the Level 2 resource machinery into a separate file.  (gs_lev2.ps,
  8109. gs_res.ps, gs.mak, unix-end.mak, vms.mak).
  8110.  
  8111. Changes the names of the DiffEncode/Decode filters to
  8112. PixelDifferenceEncode/Decode, and splits them off into a separate
  8113. "feature".  (gs.mak, zfilter2.c, zfpdiff.c, spdiff.c, spdiffx.h)
  8114.  
  8115. Adds experimental code for filtered image scaling.  DON'T USE THIS CODE.
  8116. (zimage2.c)
  8117.  
  8118. Streams
  8119. -------
  8120.  
  8121. Fixes bugs:
  8122.     - The CCITTFaxEncode filter could put out an EOB in the middle of
  8123. the data.  (scfe.c)
  8124.  
  8125. Splits off the PixelDifferenceEncode/Decode filters into a separate
  8126. "feature".  (gs.mak)
  8127.  
  8128. Library
  8129. -------
  8130.  
  8131. Fixes bugs:
  8132.     - gs_setcachedevice could return a garbage error code.  (gschar.c)
  8133.     - joins on stroked lines were incorrect if the device coordinate
  8134. system mapped +Y to +Y.  (gxstroke.c)
  8135.     - If gsmisc.c supplied versions of missing library routines, they
  8136. could clash with the names of the real ones if those were present
  8137. unexpectedly.  (memory_.h, gsmisc.c)
  8138.     - The initialization expression for is_open in the
  8139. dev_init_misc_open macro included a cast, which some compilers don't allow.
  8140. (gxdevice.h, gsdevice.c, gxclip2.c, gxpcmap.c)
  8141.     - In Type 1 fonts, character that specified their side bearing and
  8142. width with sbw rather than hsbw gave an invalidfont error.  (gstype1.c)
  8143.     - Some procedures were declared inconsistently with regard to const
  8144. arguments.  (gscie.c, gxpcmap.c, gxacpath.c, gxcmap.c)
  8145.     - A few places still assumed that pointers occupied 4 bytes.
  8146. (gxclist.c)
  8147.     - Rendering a gray halftone on a CMYK device called the device's
  8148. map_rgb_color procedure instead of map_cmyk_color.  (gxdither.c)
  8149.  
  8150. Renames gsfile.c as gswppm.c.  (gsfile.c, gswppm.c)
  8151.  
  8152. Implements the ability to cache arbitrarily transformed characters.  This
  8153. is currently enabled by a compile-time flag in gschar.c.  (gschar.c)
  8154.  
  8155. Version 3.0 (8/1/94)
  8156. ===========
  8157.  
  8158. This is the first full Level 2 version released to the public.
  8159. Unfortunately, we were not able to include setpagedevice in this release.
  8160.  
  8161. Documentation
  8162. -------------
  8163.  
  8164. Fixes bugs:
  8165.     - README didn't mention Aladdin's European distributor.
  8166.     - psfiles.doc didn't describe some of the newer gs_*.ps files.
  8167.  
  8168. Notes that gcc -O2 (version 2.5.8 of gcc) generates incorrect code for some
  8169. modules on the H-P RISC architecture.
  8170.  
  8171. Notes that on AXP platforms running VMS, DEC C V4.0 is required.
  8172.  
  8173. Procedures
  8174. ----------
  8175.  
  8176. Fixes bugs:
  8177.     - 'make clean' didn't delete devs.tr or t.tr.
  8178.     - devs.mak was missing the entry for faxg32d.
  8179.     - unixansi.mak omitted some drivers that were included in
  8180. unix-cc.mak and unix-gcc.mak.
  8181.  
  8182. Updates jpeg.mak to reference version 5beta1 of the IJG JPEG code.
  8183.  
  8184. Changes the version numbering scheme from A.B.C to A.B[CC].  I.e., the
  8185. first sub-release after 3.0 will be 3.01 or 3.001, not 3.0.1.
  8186.  
  8187. Utilities
  8188. ---------
  8189.  
  8190. Fixes bugs:
  8191.     - ps2ascii didn't do a setglobal.
  8192.  
  8193. Adds an option to ansi2knr to convert ... to va_alist/va_dcl.
  8194.  
  8195. Drivers
  8196. -------
  8197.  
  8198. Fixes bugs:
  8199.     - The newly added faxg32d driver didn't have an entry in devs.mak.
  8200.     - The BMP, GIF, and PCX drivers wrote out an incorrect color
  8201. palette (the blue values were too small).
  8202.     - The vgalib driver had some compilation problems.
  8203.     - The TIFF drivers didn't produce correct multi-page output.
  8204.  
  8205. Adds faxg32d and tiffg32d drivers.
  8206.  
  8207. Reinstates the DigiFax drivers, which were withdrawn when the new fax
  8208. drivers were added.
  8209.  
  8210. Platforms
  8211. ---------
  8212.  
  8213. Fixes bugs:
  8214.     - gs_btokn.ps and gs_ccfnt.ps weren't installed on Unix platforms.
  8215.     - The VMS module list omitted SBHC, included a non-existent GXDASH,
  8216. and had incorrect names for some of the IJG JPEG files.
  8217.     - The VMS build scripts (vms*.mak) had incorrect "boilerplate".
  8218.     - The VMS script file gssetmod.com had \r characters in it, as well
  8219. as \n characters.
  8220.     - The echogs and genarch utilities didn't return the correct exit
  8221. codes under VMS.
  8222.     - The VMS Fontmap had incorrect entries for the Courier and Charter
  8223. fonts.
  8224.     - When running under Ghostview, Ghostscript didn't drain the input
  8225. pipe.  (We fixed this with a temporary patch in gs.c; this isn't a good
  8226. solution for the longer term.)
  8227.  
  8228. Fonts
  8229. -----
  8230.  
  8231. Fixes bugs:
  8232.     - The free AvantGarde, Bookman, and Palatino font families had
  8233. incorrect FontBBox values.
  8234.     - The 'f' and 'j' in the free AvantGarde-DemiOblique,
  8235. Bookman-DemiItalic, Bookman-LightItalic, and Palatino-Italic fonts were
  8236. chopped off on the right.  (The bitmaps were chopped off in the original
  8237. BDF fonts from which these fonts were made.)  ****** THIS PROBLEM WAS NOT
  8238. ACTUALLY FIXED. ******
  8239.  
  8240. Interpreter
  8241. -----------
  8242.  
  8243. Fixes bugs:
  8244.     - gs -h and gs -v didn't print the tertiary version number correctly.
  8245.     - Binary object sequences with no strings or names didn't read in
  8246. correctly.
  8247.     - Binary object sequences that crossed an input buffer boundary
  8248. didn't read in correctly.
  8249.     - Binary object sequences read in as {[e1 .. en] e1 ... en} instead
  8250. of {[e1 ... en]}.  (New bug in 2.9.x.)
  8251.     - setpattern didn't set the current color space correctly if the
  8252. current color space wasn't a Pattern space.
  8253.     - If the current color space was an uncolored Pattern space but the
  8254. current color was a colored Pattern, currentcolor returned extra values on
  8255. the operands stack.
  8256.     - .buildfont1 in gs_type1.ps didn't force binding of the old
  8257. definition, causing ps2ascii to loop endlessly.
  8258.  
  8259. Adds a facility for writing and reading dictionaries in binary object
  8260. sequences.  This is experimental and subject to change in the future.
  8261.  
  8262. Streams
  8263. -------
  8264.  
  8265. Fixes bugs:
  8266.     - gs_run_string and ccinit didn't have any way to mark the string
  8267. as "foreign", which confused the GC.
  8268.  
  8269. Library
  8270. -------
  8271.  
  8272. Fixes bugs:
  8273.     - gxchar.h had an extra comma after the last element of the
  8274. show_width_status enum, which upset some compilers.
  8275.     - stroke and strokepath didn't correctly skip zero-length segments
  8276. if the line width was less than one pixel, or if there was a closed subpath
  8277. consisting entirely of zero-length segments.
  8278.     - strokepath sometimes incorrectly added a moveto at the end of the
  8279. path.
  8280.  
  8281. Versions before 3.0
  8282. ===================
  8283.  
  8284. See the files history2.txt and history1.txt.
  8285.